Skip to main content
method default.prototype.pipe
default.prototype.pipe<T extends WritableStream>(
destination: T,
options?: { end?: boolean | undefined; },
): T
Deprecated

Type Parameters

T extends WritableStream

Parameters

destination: T
optional
options: { end?: boolean | undefined; }

Return Type

Back to top