Type Alias WatchEventKindModify
WatchEventKindModify:
| { kind: "any" }
| { kind: "data"; mode: "any" | "size" | "content" | "other" }
| {
kind: "metadata";
mode:
| "any"
| "access-time"
| "write-time"
| "permissions"
| "ownership"
| "extended"
| "other";
}
| { kind: "rename"; mode: "any"
| "to"
| "from"
| "both"
| "other" }
| { kind: "other" }
Since
2.0.0