method internal.TransformOptions.writev
Jump to headingTransformOptions.writev(this: Transform,chunks: Array<{ chunk: any; encoding: BufferEncoding; }>,callback: (error?: Error | null) => void,): void
Parameters Jump to heading
Jump to headingthis: Transform
Jump to headingchunks: Array<{ chunk: any; encoding: BufferEncoding; }>
Jump to headingcallback: (error?: Error | null) => void
Return Type Jump to heading
void