watch
Nodepod API / src / fsevents / watch
Function: watch()
Section titled “Function: watch()”watch(
_path,_handler): () =>Promise<void>
Defined in: src/polyfills/fsevents.ts:35
Parameters
Section titled “Parameters”string
_handler
Section titled “_handler”(filePath, flags, id) => void
Returns
Section titled “Returns”() => Promise<void>