@robonen/stdlib/maxBigIntfnmaxBigIntv0.0.2testedLike Math.max but for BigInts Source Tests Signaturets Copyexport function maxBigInt(...values: bigint[]){ ... }ParametersParameterTypeDefaultDescriptionvalues?bigint[]—The values to compareReturnsbigintThe largest value