Interface Passthrough

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

Hierarchy

  • _Passthrough
    • Passthrough

Properties

Methods

Properties

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

Methods