ZenFS
    Preparing search index...

    Interface Passthrough

    A file system that passes through to another FS

    interface Passthrough {
        name: "Passthrough";
        options: {
            fs: { required: true; type: "object" };
            prefix: { required: true; type: "string" };
        };
        create(__namedParameters: PassthroughOptions): PassthroughFS;
    }

    Hierarchy

    • _Passthrough
      • Passthrough
    Index

    Properties

    Methods

    Properties

    name: "Passthrough" = 'Passthrough'
    options: {
        fs: { required: true; type: "object" };
        prefix: { required: true; type: "string" };
    } = ...

    Methods