Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Parameters

path: string | URL
callback: statCallback

Parameters

path: string | URL
options: { bigint: false; }
callback: statCallback

Parameters

path: string | URL
options: { bigint: true; }
callback: statCallbackBigInt