Skip to main content
internal.TransformOptions.writev - node__stream.d.ts - Node documentation
method internal.TransformOptions.writev

Usage in Deno

```typescript import { type internal } from "node:node__stream.d.ts"; ```
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