futimes
futimes(
this,fd,atime,mtime,cb?):void
Defined in: src/node/async.ts:414
Change the file timestamps of a file referenced by the supplied file descriptor.
Parameters
Section titled “Parameters”unknown
number
number | Date
number | Date
Callback = nop
Returns
Section titled “Returns”void