DenoDeno.FsEventinterface Deno.FsEventRepresents a unique file system event yielded by a Deno.FsWatcher. Properties ##kind: "any" | "access" | "create" | "modify" | "rename" | "remove" | "other" The kind/type of the file system event. #paths: string[] An array of paths that are associated with the file system event. #flag: FsEventFlag optionalAny additional flags associated with the event.
interface Deno.FsEventRepresents a unique file system event yielded by a Deno.FsWatcher. Properties ##kind: "any" | "access" | "create" | "modify" | "rename" | "remove" | "other" The kind/type of the file system event. #paths: string[] An array of paths that are associated with the file system event. #flag: FsEventFlag optionalAny additional flags associated with the event.