Skip to main content
Module

std/node/fs.ts>fstat

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

Parameters

fd: number
callback: statCallback

Parameters

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

Parameters

fd: number
options: { bigint: true; }
callback: statCallbackBigInt