UNPKG

@chorus-one/ton

Version:

All-in-one tooling for building staking dApps on TON

4 lines (3 loc) 84 B
export function minBigInt (a: bigint, b: bigint): bigint { return a < b ? a : b }