splat-transform API Reference - v1.0.0
    Preparing search index...

    Interface ReadFileSystem

    Interface for a file system that can create readable sources. Implementations exist for various backends (URL, Node FS, Zip, Memory).

    interface ReadFileSystem {
        createSource(
            filename: string,
            progress?: ProgressCallback,
        ): Promise<ReadSource>;
    }

    Implemented by

    Index

    Methods

    Methods