function futimes
Usage
import { futimes } from "node:fs";
Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.
import { futimes } from "node:fs";
Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.