W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
Deno.FsEvent
interface
FsEvent {
flag?
:
FsEventFlag
;
kind
:
|
"any"
|
"access"
|
"create"
|
"modify"
|
"remove"
|
"other"
;
paths
:
string
[]
;
}
Properties
flag?
:
FsEventFlag
kind
:
"any"
|
"access"
|
"create"
|
"modify"
|
"remove"
|
"other"
paths
:
string
[]
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.FsEvent