ReadablePipeOptions

data class ReadablePipeOptions(var end: Boolean = true)

Readable Pipe Options

Defines the structure of options which relate to the Readable.pipe method.

Constructors

Link copied to clipboard
constructor(end: Boolean = true)

Types

Link copied to clipboard
object Companion

Default options for the Readable.pipe method.

Properties

Link copied to clipboard

End the writer when the reader ends. Default: true.