exists
exists(
this,path,cb?):void
Defined in: src/node/async.ts:48
Test whether or not path exists by checking with the file system.
Then call the callback argument with either true or false.
According to Node.js: deprecated Use stat or access instead.
Parameters
Section titled “Parameters”unknown
PathLike
(exists) => unknown
Returns
Section titled “Returns”void