UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

4 lines (3 loc) 145 B
export function maxBigInt(...values: bigint[]): bigint { return values.reduce((max, current) => (current > max ? current : max), values[0]); }