Skip to main content
Module

std/node/_fs/_fs_fstat.ts>fstat

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