Skip to main content
Module

std/node/_stream.d.ts>Stream

Deno standard library
Go to Latest
class Stream
extends EventEmitter
import { Stream } from "https://deno.land/std@0.176.0/node/_stream.d.ts";

Constructors

new
Stream(opts?: ReadableOptions)

Methods

pipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined; }): T