Pathfinder 1e for Foundry VTT
    Preparing search index...

    Variable numberFormatConst

    numberFormat: {
        (value: number): string;
        (value: number | bigint): string;
        (value: number | bigint | StringNumericLiteral): string;
    } = ...

    Type Declaration

      • (value: number): string
      • Parameters

        • value: number

        Returns string

      • (value: number | bigint): string
      • Parameters

        • value: number | bigint

        Returns string

      • (value: number | bigint | StringNumericLiteral): string
      • Parameters

        • value: number | bigint | StringNumericLiteral

        Returns string