futimes - Node documentation
function futimes

Usage

import { futimes } from "node:fs";

Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.

Parameters

fd: number
atime: TimeLike
mtime: TimeLike
callback: NoParamCallback

Return Type

void