UNPKG

@kamino-finance/klend-sdk

Version:

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

7 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maxBigInt = maxBigInt; function maxBigInt(...values) { return values.reduce((max, current) => (current > max ? current : max), values[0]); } //# sourceMappingURL=bigint.js.map