Module

std/node/fs.ts>fstatSync

Deno standard library
Go to Latest
function fstatSync
import { fstatSync } from "https://dotland.deno.dev/std@0.145.0/node/fs.ts";

Parameters

fd: number
options: { bigint: false; }

Parameters

fd: number
options: { bigint: true; }

Returns

BigIntStats

Parameters

fd: number
optional
options: statOptions

Returns

Stats | BigIntStats
import fstatSync
import { fstatSync } from "https://dotland.deno.dev/std@0.145.0/node/fs.ts";