Documentation
    Preparing search index...

    No description provided.

    interface IFileSystem {
        readFile(path: string): Promise<VirtualFile>;
    }

    Implemented by

    Index
    • No description provided.

      Parameters

      • path: string

      Returns Promise<VirtualFile>