interface Deno.FsEvent
Represents a unique file system event yielded by a
Deno.FsWatcher
.
Properties
🔗
kind: | "any" | "access" | "create" | "modify" | "remove" | "other"
The kind/type of the file system event.