Skip to content

exists

exists(this, path): Promise<boolean>

Defined in: src/node/promises.ts:569

Test whether or not path exists by checking with the file system.

unknown

PathLike

Promise<boolean>