function writevSync Usageimport { writevSync } from "node:fs"; writevSync(fd: number, buffers: readonly ArrayBufferView[], position?: number): number For 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. Parameters fd: number buffers: readonly ArrayBufferView[] optional position: number = 'null' Return Type number The number of bytes written.