Skip to main content
Module

std/node/fs.ts>stat

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

Parameters

path: string | URL
callback: statCallback

Parameters

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

Parameters

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

Parameters

path: string | URL
optionsOrCallback: statCallback | statCallbackBigInt | statOptions
optional
maybeCallback: statCallback | statCallbackBigInt