Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/_stream/stream.ts>default

Deno standard library
Go to Latest
class default
extends EventEmitter
import { default } from "https://deno.land/std@0.96.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