Docs
Reference
Guides
Blog
Discord
/
node:fs/promises
/
exists
F
exists
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:fs/promises
/
exists
F
exists
function
fs.promises.exists
function
exists
(
path
:
PathLike
)
:
Promise
<
boolean
>
;
Referenced types
type
PathLike
=
string
|
NodeJS.TypedArray
|
ArrayBufferLike
|
URL