Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function writevSync
import { writevSync } from "https://deno.land/std@0.132.0/node/_fs/_fs_writev.d.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.