deno / 1.23.2 / ~ / deno.direntry.html /

Deno.DirEntry

interface DirEntry {
isDirectory : boolean;
isFile : boolean;
isSymlink : boolean;
name : string;
}

Properties

isDirectory : boolean
isFile : boolean
name : string

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.DirEntry