Class PipeProxyErrors<T>Internal

Internal class representing a pipe to a destination stream where errors are proxied.

Type Parameters

  • T

Hierarchy

  • Pipe<T>
    • PipeProxyErrors

Constructors

Properties

Methods

Constructors

Properties

dest: Minipass<any, T, Events<any>>
ondrain: (() => any)

Type declaration

    • (): any
    • Returns any

src: Minipass<T, T extends BufferOrString
    ? ContiguousData
    : T, Events<T>>

Methods

Generated using TypeDoc