Skip to main content
Module

std/node/fs.ts>writevSync

Deno standard library
Go to Latest
function writevSync
Re-export
import { writevSync } from "https://deno.land/std@0.145.0/node/fs.ts";

For detailed information, see the documentation of the asynchronous version of this API: writev.

Parameters

fd: number
buffers: ReadonlyArray<ArrayBufferView>
optional
position: number

Returns

number

The number of bytes written.