function writevSyncimport { writevSync } from "https://dotland.deno.dev/std@0.177.0/node/fs.ts"; writevSync(fd: number,buffers: ReadonlyArray<ArrayBufferView>,position?: number,): numberFor detailed information, see the documentation of the asynchronous version of this API: writev. For detailed information, see the documentation of the asynchronous version of this API: writev. Parametersfd: numberbuffers: ReadonlyArray<ArrayBufferView>optionalposition: numberReturnsnumberThe number of bytes written. import writevSyncimport { writevSync } from "https://dotland.deno.dev/std@0.177.0/node/fs.ts";