Go to Latest
class default
extends Transform
import { default } from "https://dotland.deno.dev/std@0.92.0/node/_stream/passthrough.ts";

Constructors

new
default(options?: TransformOptions)

Methods

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