Logos DX
    Preparing search index...
    • Parameters

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

      Returns Promise<Stats>

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

      v10.0.0

    • Parameters

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

      Returns Promise<BigIntStats>

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

      v10.0.0

    • Parameters

      • path: PathLike
      • Optionalopts: StatOptions

      Returns Promise<Stats | BigIntStats>

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

      v10.0.0