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

    Parameters

    • path: PathLike

      A path to a file. If a URL is provided, it must use the file: protocol.

    • 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>