@robonen/stdlib/minBigIntfnminBigIntv0.0.2testedLike `Math.min` but for BigInts Source Tests Signaturets Copyexport function minBigInt(...values: bigint[]){ ... }ParametersParameterTypeDefaultDescriptionvalues?bigint[]—The values to compareReturnsbigintThe smallest value