Interface PipeOptions

Options that may be passed to stream.pipe()

Hierarchy

  • PipeOptions

Properties

Properties

end?: boolean

end the destination stream when the source stream ends

proxyErrors?: boolean

proxy errors from the source stream to the destination stream

Generated using TypeDoc