Skip to main content
Module

std/node/stream.ts>PassThrough

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

Constructors

new
PassThrough(options?: TransformOptions)

Methods

_transform(
chunk: any,
_encoding: Encodings,
cb: (error?: Error | null, data?: any) => void,
)