import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.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.