function ftruncateSync
Usage
import { ftruncateSync } from "node:fs";
Truncates the file descriptor. Returns undefined.
For detailed information, see the documentation of the asynchronous version of this API: ftruncate.
import { ftruncateSync } from "node:fs";
Truncates the file descriptor. Returns undefined.
For detailed information, see the documentation of the asynchronous version of this API: ftruncate.