Skip to main content
Module

std/node/stream.ts>Stream#pipe

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Stream.prototype.pipe
import { Stream } from "https://deno.land/std@0.129.0/node/stream.ts";

Parameters

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