Module

std/node/fs.ts>stat

Deno standard library
Go to Latest
function stat
import { stat } from "https://dotland.deno.dev/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
import stat
import { stat } from "https://dotland.deno.dev/std@0.145.0/node/fs.ts";