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