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.
Parameters
Section titled “Parameters”unknown
PathLike
Returns
Section titled “Returns”Promise<boolean>