Skip to content
Alchemy Logo

bigIntMax

function bigIntMax(...args): bigint;

Defined in: packages/common/src/utils/bigint.ts:68

Returns the max bigint in a list of bigints

ParameterTypeDescription

...args

bigint[]

a list of bigints to get the max of

bigint

the max bigint in the list

Was this page helpful?