pure
    Preparing search index...

    Interface FsFileSystemUninit

    File system before it is initialized

    This is an internal type used inside fsOpen functions

    interface FsFileSystemUninit {
        init(): Promise<FsResult<FsFileSystem>>;
    }
    Index

    Methods

    Methods