fs.exists
@listenai/lisa_core / Exports / fs / exists
Namespace: exists
fs.exists
#
Table of contents#
Functions#
Functions#
__promisify__▸ promisify(path
): Promise
<boolean
>
#
ParametersName | Type | Description |
---|---|---|
path | PathLike | A path to a file or directory. If a URL is provided, it must use the file: protocol. URL support is experimental. |
#
ReturnsPromise
<boolean
>
#
Defined innode_modules/@types/node/fs.d.ts:1854