UNPKG

@chorus-one/ton

Version:

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

8 lines (7 loc) 191 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.minBigInt = void 0; function minBigInt(a, b) { return a < b ? a : b; } exports.minBigInt = minBigInt;