Skip to main content
method default.DuplexOptions.writev
DuplexOptions.writev(
this: Duplex,
chunks: Array<{ chunk: any; encoding: BufferEncoding; }>,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

this: Duplex
chunks: Array<{ chunk: any; encoding: BufferEncoding; }>
callback: (error?: Error | null) => void

Return Type

void
Back to top