import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { FsWatcher } = Deno;
Returned by Deno.watchFs
. It is an async iterator yielding up
system events. To stop watching the file system by calling .close()
method.