Skip to main content
Module

std/node/stream.ts>Stream

Deno standard library
Go to Latest
class Stream
extends EventEmitter
Re-export
import { Stream } from "https://deno.land/std@0.166.0/node/stream.ts";

Constructors

new
Stream(opts?: ReadableOptions)

Methods

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