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

std/node/_fs/_fs_fstat.ts>fstat

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function fstat
import { fstat } from "https://deno.land/std@0.111.0/node/_fs/_fs_fstat.ts";

Parameters

fd: number
callback: statCallback

Parameters

fd: number
options: { bigint: false; }
callback: statCallback

Parameters

fd: number
options: { bigint: true; }

Parameters

fd: number
optional
maybeCallback: statCallback | statCallbackBigInt