class default
extends Duplex
import { default } from "https://deno.land/std@0.92.0/node/_stream/transform.ts";
Constructors
new
default(options?: TransformOptions)Methods
_transform()
_chunk: any,
_encoding: string,
_callback: (error?: Error | null, data?: any) => void,