Class Pipe<T>Internal

Internal class representing a pipe to a destination stream.

Type Parameters

  • T extends unknown

Hierarchy

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

  • Parameters

    • _er: any

    Returns void

Generated using TypeDoc