Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/postcss_import/lib/deps.js>fs.utimesSync

postcss-import plugin for Deno
Latest
function fs.utimesSync
Re-export
import { fs } from "https://deno.land/x/postcss_import@0.1.4/lib/deps.js";
const { utimesSync } = fs;

Parameters

path: string | URL
atime: number | string | Date
mtime: number | string | Date