Skip to main content
Go to Latest
method Transform.prototype._transform
Re-export
import { Transform } from "https://deno.land/std@0.83.0/node/stream.ts";

Parameters

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