watch
Call Signature
Section titled “Call Signature”watch(
this,path,listener?):FSWatcher
Defined in: src/node/async.ts:677
Parameters
Section titled “Parameters”unknown
PathLike
listener?
Section titled “listener?”(event, filename) => any
Returns
Section titled “Returns”FSWatcher
Call Signature
Section titled “Call Signature”watch(
this,path,options,listener?):FSWatcher
Defined in: src/node/async.ts:678
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”persistent?
Section titled “persistent?”boolean
listener?
Section titled “listener?”(event, filename) => any
Returns
Section titled “Returns”FSWatcher