internal.TransformOptions.write - Node documentation
method internal.TransformOptions.write

Usage in Deno

import { type internal } from "node:stream";
TransformOptions.write(
this: Transform,
chunk: any,
encoding: BufferEncoding,
callback: (error?: Error | null) => void,
): void

Parameters

this: Transform
chunk: any
encoding: BufferEncoding
callback: (error?: Error | null) => void

Return Type

void