UNPKG

@massalabs/massa-web3

Version:
8 lines 224 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; //# sourceMappingURL=maths.js.map