ZenFS
    Preparing search index...

    Function statSync

    • Parameters

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

      Returns Stats

    • Parameters

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

      Returns BigIntStats

    • Parameters

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

      Returns Stats | undefined

    • Parameters

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

      Returns BigIntStats | undefined

    • Parameters

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

      Returns Stats | BigIntStats

    • Parameters

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

      Returns Stats | BigIntStats | undefined