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

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

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

Parameters

_path: string | URL
_modeOrCallback: number | ((...args: unknown[]) => void)
optional
_callback: CallbackWithError