interface Deno.FsWatcher
Returned by Deno.watchFs
. It is an async iterator yielding up
system events. To stop watching the file system by calling .close()
method.
close(): void
Stops watching the file system and closes the watcher resource.
Stops watching the file system and closes the watcher resource.
[[Symbol.asyncIterator]](): AsyncIterableIterator<FsEvent>