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.
[[Symbol.asyncIterator]](): AsyncIterableIterator<FsEvent>
Returned by Deno.watchFs. It is an async iterator yielding up
system events. To stop watching the file system by calling .close()
method.
[[Symbol.asyncIterator]](): AsyncIterableIterator<FsEvent>