Deno.FsEvent.kind - Deno documentation
property Deno.FsEvent.kind

The kind/type of the file system event.

Type

"any"
| "access"
| "create"
| "modify"
| "remove"
| "other"