Skip to main content
method default.TransformOptions.write
TransformOptions.write(
this: Transform,
chunk: any,
encoding: BufferEncoding,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

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

Return Type

void
Back to top