interface FileSystem {
    name: string;
    root: FileSystemDirectoryEntry;
}

Properties

Properties

name: string

Generated using TypeDoc