Nfutimes
Bun

namespace

fs.futimes

function futimes(
fd: number,
atime: TimeLike,
mtime: TimeLike,
callback: NoParamCallback
): void;

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

namespace futimes