method default.DuplexOptions.writev Usage in Denoimport type mod from "node:stream"; DuplexOptions.writev(this: Duplex,chunks: Array<{ chunk: any; encoding: BufferEncoding; }>,callback: (error?: Error | null) => void,): void Parameters this: Duplex chunks: Array<{ chunk: any; encoding: BufferEncoding; }> callback: (error?: Error | null) => void Return Type void