Skip to main content
Module

std/node/fs.ts>lstat

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

Parameters

path: string | URL
callback: statCallback

Parameters

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

Parameters

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

Parameters

path: string | URL
optionsOrCallback: statCallback | statCallbackBigInt | statOptions
optional
maybeCallback: statCallback | statCallbackBigInt