Skip to main content
Module

std/node/fs.ts>futimes

Deno standard library
Go to Latest
function futimes
Re-export
import { futimes } from "https://deno.land/std@0.158.0/node/fs.ts";

Parameters

fd: number
atime: number | string | Date
mtime: number | string | Date
callback: CallbackWithError