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

Parameters

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