import { Dirent } from "https://deno.land/std@0.160.0/node/fs.ts";
Constructors
new
Dirent(entry: Deno.DirEntry)Methods
isBlockDevice(): boolean
isCharacterDevice(): boolean
isDirectory(): boolean
isFIFO(): boolean
isFile(): boolean
isSocket(): boolean
isSymbolicLink(): boolean