Interface WatchFileSystem
Properties
watch
watch: ((files,
directories,
missing,
startTime,
options,
callback,
callbackUndelayed) => Watcher)
Type declaration
-
- (files, directories, missing, startTime, options, callback, callbackUndelayed): Watcher
-
Parameters
-
-
directories: Iterable<string>
-
missing: Iterable<string>
-
startTime: number
-
-
callback: ((arg0, arg1, arg2, arg3, arg4) => void)
-
- (arg0, arg1, arg2, arg3, arg4): void
-
Parameters
-
arg0: undefined | Error
-
-
-
arg3: Set<string>
-
arg4: Set<string>
Returns void
-
callbackUndelayed: ((arg0, arg1) => void)
-
- (arg0, arg1): void
-
Parameters
-
arg0: string
-
arg1: number
Returns void