function statfs
Usage
import { statfs } from "node:fs/promises";
path: PathLike
optional
opts: StatFsOptions & { bigint?: false | undefined; }
path: PathLike
opts: StatFsOptions & { bigint: true; }
Promise<BigIntStatsFs>
path: PathLike
optional
opts: StatFsOptions
Promise<StatsFs | BigIntStatsFs>