Skip to content

Passthrough

Defined in: src/backends/passthrough.ts:252

A file system that passes through to another FS

  • _Passthrough

readonly name: "Passthrough" = 'Passthrough'

Defined in: src/backends/passthrough.ts:236

_Passthrough.name


readonly options: object

Defined in: src/backends/passthrough.ts:237

readonly fs: object

readonly required: true = true

readonly type: "object" = 'object'

readonly prefix: object

readonly required: true = true

readonly type: "string" = 'string'

_Passthrough.options

readonly create(__namedParameters): PassthroughFS

Defined in: src/backends/passthrough.ts:241

PassthroughOptions

PassthroughFS

_Passthrough.create