Skip to main content
Module

std/node/_fs/_fs_lstat.ts>lstatSync

Deno standard library
Go to Latest
function lstatSync
import { lstatSync } from "https://deno.land/std@0.167.0/node/_fs/_fs_lstat.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