Returns the maximum of two BigInt values.

  • Parameters

    • a: bigint

      The first bigint value.

    • b: bigint

      The second bigint value.

    Returns bigint

    The maximum value.