function readvSync Usageimport { readvSync } from "node:fs"; readvSync(fd: number, buffers: readonly ArrayBufferView[], position?: number): number For detailed information, see the documentation of the asynchronous version of this API: readv. For detailed information, see the documentation of the asynchronous version of this API: readv. Parameters fd: number buffers: readonly ArrayBufferView[] optional position: number = 'null' Return Type number The number of bytes read.