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.82.0/node/stream.ts";

Constructors

new
Stream()

Methods

pipe(dest: Readable | Writable, options?: { end?: boolean; })

Static Properties

_isUint8Array
_uint8ArrayToBuffer: (chunk: Uint8Array) => unknown