method Stream.prototype.pipeimport { Stream } from "https://deno.land/std@0.138.0/node/stream.ts"; pipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined; }): TType ParametersT extends WritableStreamParametersdestination: Toptionaloptions: { end?: boolean | undefined; }ReturnsT