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

std/node/_fs/_fs_stat.ts>statSync

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function statSync
import { statSync } from "https://deno.land/std@0.101.0/node/_fs/_fs_stat.ts";

Parameters

path: string | URL

Returns

Stats

Parameters

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

Returns

Stats

Parameters

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

Returns

BigIntStats