method WritableBase.prototype._writev
Jump to headingWritableBase.prototype._writev(chunks: Array<{ chunk: any; encoding: BufferEncoding; }>,callback: (error?: Error | null) => void,): voidParameters Jump to heading
Jump to headingchunks: Array<{ chunk: any; encoding: BufferEncoding; }>Jump to headingcallback: (error?: Error | null) => voidReturn Type Jump to heading
void