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

Parameters

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

Return Type

void
Back to top