function statfsSync
statfsSync(path: PathLike,options?: StatFsOptions & { bigint?: false | undefined; },): StatsFsDeprecated
Synchronous statfs(2). Returns information about the mounted file system which
contains path.
In case of an error, the err.code will be one of Common System Errors.
path: PathLikeA path to an existing file or directory on the file system to be queried.
optional
options: StatFsOptions & { bigint?: false | undefined; }statfsSync(path: PathLike,options: StatFsOptions & { bigint: true; },): BigIntStatsFsDeprecated
path: PathLikeoptions: StatFsOptions & { bigint: true; }statfsSync(path: PathLike,options?: StatFsOptions,): StatsFs | BigIntStatsFsDeprecated
path: PathLikeoptional
options: StatFsOptions