@haxall/haxall
    Preparing search index...

    Function __promisify__

    • Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.

      Parameters

      • path: PathLike

        A path to an existing file or directory on the file system to be queried.

      • Optionaloptions: StatFsOptions & { bigint?: false }

      Returns Promise<StatsFs>

    • Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.

      Parameters

      • path: PathLike

        A path to an existing file or directory on the file system to be queried.

      • options: StatFsOptions & { bigint: true }

      Returns Promise<BigIntStatsFs>

    • Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.

      Parameters

      • path: PathLike

        A path to an existing file or directory on the file system to be queried.

      • Optionaloptions: StatFsOptions

      Returns Promise<StatsFs | BigIntStatsFs>