deno.com
method default.prototype.pipe
#default.prototype.pipe<T extends WritableStream>(
destination: T,
options?: { end?: boolean | undefined; },
): T

Type Parameters #

#T extends WritableStream

Parameters #

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

Return Type #