fn

maxBigInt

v0.0.2tested

Like Math.max but for BigInts

Signature

ts
export function maxBigInt(...values: bigint[]){ ... }

Parameters

ParameterTypeDescription
values?bigint[]The values to compare

Returns

bigintThe largest value