NodefsftruncateSyncfunction ftruncateSync#ftruncateSync(fd: number,len?: number | null,): voidTruncates the file descriptor. Returns undefined. For detailed information, see the documentation of the asynchronous version of this API: ftruncate. Parameters ##fd: number #len: number | null = 0 optionalReturn Type #void
function ftruncateSync#ftruncateSync(fd: number,len?: number | null,): voidTruncates the file descriptor. Returns undefined. For detailed information, see the documentation of the asynchronous version of this API: ftruncate. Parameters ##fd: number #len: number | null = 0 optionalReturn Type #void