deno.com
method internal.TransformOptions.write
#TransformOptions.write(
this: Transform,
chunk: any,
encoding: BufferEncoding,
callback: (error?: Error | null) => void,
): void

Parameters #

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

Return Type #

void