import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { FsEvent } = Deno;
Represents a unique file system event yielded by a
Deno.FsWatcher
.
Properties
The kind/type of the file system event.
optional
flag: FsEventFlagAny additional flags associated with the event.