Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/node/_stream/stream.ts>default

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class default
extends EventEmitter
import { default } from "https://deno.land/std@0.111.0/node/_stream/stream.ts";

Constructors

new
default()

Methods

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

Static Properties

_isUint8Array
_uint8ArrayToBuffer: (chunk: Uint8Array) => unknown
Duplex: Duplex
finished: eos
PassThrough: PassThrough
pipeline: pipeline
promises: promises
Readable: Readable
Stream: Stream
Transform: Transform
Writable: Writable