W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
Deno.DirEntry
interface
DirEntry {
isDirectory
:
boolean
;
isFile
:
boolean
;
isSymlink
:
boolean
;
name
:
string
;
}
Properties
isDirectory
:
boolean
isFile
:
boolean
isSymlink
:
boolean
name
:
string
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.DirEntry