• Asynchronously change file timestamps of the file referenced by the supplied file descriptor.

    Parameters

    • fd: number

      A file descriptor.

    • atime: TimeLike

      The last access time. If a string is provided, it will be coerced to number.

    • mtime: TimeLike

      The last modified time. If a string is provided, it will be coerced to number.

    Returns Promise<void>