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

std/node/fs.ts>lstat

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function lstat
Re-export
import { lstat } from "https://deno.land/std@0.150.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