Directory listing entry.

interface DirEntry {
    isDir: boolean;
    name: string;
}

Properties

Properties

isDir: boolean
name: string