function statfs
#statfs(path: PathLike,opts?: StatFsOptions & { bigint?: false | undefined; },): Promise<StatsFs>#statfs(path: PathLike,opts: StatFsOptions & { bigint: true; },): Promise<BigIntStatsFs>Parameters #
#opts: StatFsOptions & { bigint: true; }Return Type #
Promise<BigIntStatsFs>#statfs(path: PathLike,opts?: StatFsOptions,): Promise<StatsFs | BigIntStatsFs>Parameters #
optional
#opts: StatFsOptionsReturn Type #
Promise<StatsFs | BigIntStatsFs>