Logos DX
    Preparing search index...
    • Parameters

      • path: PathLike
      • Optionalopts: StatFsOptions & { bigint?: false }

      Returns Promise<StatsFs>

      Fulfills with the {fs.StatFs} object for the given path.

      v19.6.0, v18.15.0

    • Parameters

      • path: PathLike
      • opts: StatFsOptions & { bigint: true }

      Returns Promise<BigIntStatsFs>

      Fulfills with the {fs.StatFs} object for the given path.

      v19.6.0, v18.15.0

    • Parameters

      • path: PathLike
      • Optionalopts: StatFsOptions

      Returns Promise<StatsFs | BigIntStatsFs>

      Fulfills with the {fs.StatFs} object for the given path.

      v19.6.0, v18.15.0