function utimesRe-exportimport { utimes } from "https://deno.land/std@0.145.0/node/fs.ts"; utimes(path: string | URL,atime: number | string | Date,mtime: number | string | Date,callback: CallbackWithError,): voidParameterspath: string | URLatime: number | string | Datemtime: number | string | Datecallback: CallbackWithErrorReturnsvoid