Skip to main content
Module

std/node/fs.ts>lstatSync

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

Parameters

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

Parameters

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

Returns

BigIntStats

Parameters

path: string | URL
optional
options: statOptions

Returns

Stats | BigIntStats