Skip to main content
Module

std/node/fs.ts>statSync

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

Parameters

path: string | URL
options: { bigint: false; throwIfNoEntry?: boolean; }

Parameters

path: string | URL
options: { bigint: true; throwIfNoEntry?: boolean; }

Returns

BigIntStats