Skip to main content
Go to Latest
class default
extends Duplex
import { default } from "https://deno.land/std@0.95.0/node/_stream/transform.ts";

Constructors

new
default(options?: TransformOptions)

Properties

optional
_flush: TransformFlush
_read: () => unknown
_write: (
chunk: any,
encoding: string,
callback: (error?: Error | null) => void,
) => unknown
[kCallback]: null | ((error?: Error | null) => void)

Methods

_transform(
_chunk: any,
_encoding: string,
_callback: (error?: Error | null, data?: any) => void,
)