method internal.prototype.pipe
Jump to headinginternal.prototype.pipe<T extends WritableStream>(destination: T,options?: { end?: boolean | undefined; },): T
Type Parameters Jump to heading
Jump to headingT extends WritableStream
Parameters Jump to heading
Jump to headingdestination: T
optional
Jump to headingoptions: { end?: boolean | undefined; }