We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...

    Function max

    • Returns the maximum value from a list of numbers or bigints.

      Type Parameters

      • T extends number | bigint

      Parameters

      • ...values: T[]

        The values to compare.

      Returns T

      The maximum value.