Deno.DirEntryinterface DirEntry {isDirectory: boolean;isFile: boolean;isSymlink: boolean;name: string;}§Properties§isDirectory: boolean[src]§isFile: boolean[src]§isSymlink: boolean[src]§name: string[src]