existsSync
existsSync(
this,path):boolean
Defined in: src/node/sync.ts:35
Test whether or not path exists by checking with the file system.
Parameters
Section titled “Parameters”unknown
PathLike
Returns
Section titled “Returns”boolean
existsSync(
this,path):boolean
Defined in: src/node/sync.ts:35
Test whether or not path exists by checking with the file system.
unknown
PathLike
boolean