ZenFS
    Preparing search index...

    Function stat

    • Parameters

      • this: unknown
      • path: PathLike
      • options: BigIntOptions & { throwIfNoEntry?: true }

      Returns Promise<BigIntStats>

    • Parameters

      • this: unknown
      • path: PathLike
      • Optionaloptions: StatOptions & { bigint?: false; throwIfNoEntry?: true }

      Returns Promise<Stats>

    • Parameters

      • this: unknown
      • path: PathLike
      • options: StatOptions & { bigint?: false; throwIfNoEntry: false }

      Returns Promise<Stats | undefined>

    • Parameters

      • this: unknown
      • path: PathLike
      • options: StatOptions & { bigint: true; throwIfNoEntry: false }

      Returns Promise<BigIntStats | undefined>

    • Parameters

      • this: unknown
      • path: PathLike
      • options: StatOptions & { throwIfNoEntry?: true }

      Returns Promise<Stats | BigIntStats>

    • Parameters

      • this: unknown
      • path: PathLike
      • Optionaloptions: StatOptions

      Returns Promise<Stats | BigIntStats | undefined>