Search


Search something to see results

FileSystem

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

Index

Properties

Properties

name: string