Skip to main content
Module

std/node/_fs/_fs_stat.ts>statSync

Deno standard library
Go to Latest
function statSync
import { statSync } from "https://deno.land/std@0.145.0/node/_fs/_fs_stat.ts";

Parameters

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

Parameters

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

Parameters

path: string | URL
optional
options: statOptions = [UNSUPPORTED]