mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
3.2 KiB
Plaintext
1 line
3.2 KiB
Plaintext
{"dependencies":[{"name":"../bi/helpers.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":138},"end":{"line":4,"column":48,"index":165}}],"key":"YTaefAc6AXfUZlXh4IInaQzrO+g=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.bnMin = exports.bnMax = void 0;\n var helpers_js_1 = require(_dependencyMap[0], \"../bi/helpers.js\");\n /**\n * @name bnMax\n * @summary Finds and returns the highest value in an array of BNs.\n * @example\n * <BR>\n *\n * ```javascript\n * import BN from 'bn.js';\n * import { bnMax } from '@polkadot/util';\n *\n * bnMax([new BN(1), new BN(3), new BN(2)]).toString(); // => '3'\n * ```\n */\n exports.bnMax = (0, helpers_js_1.createCmp)(function (a, b) {\n return a.gt(b);\n });\n /**\n * @name bnMin\n * @summary Finds and returns the smallest value in an array of BNs.\n * @example\n * <BR>\n *\n * ```javascript\n * import BN from 'bn.js';\n * import { bnMin } from '@polkadot/util';\n *\n * bnMin([new BN(1), new BN(3), new BN(2)]).toString(); // => '1'\n * ```\n */\n exports.bnMin = (0, helpers_js_1.createCmp)(function (a, b) {\n return a.lt(b);\n });\n});","lineCount":41,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"bnMin"],[7,15,3,13],[7,18,3,16,"exports"],[7,25,3,23],[7,26,3,24,"bnMax"],[7,31,3,29],[7,34,3,32],[7,39,3,37],[7,40,3,38],[8,2,4,0],[8,6,4,6,"helpers_js_1"],[8,18,4,18],[8,21,4,21,"require"],[8,28,4,28],[8,29,4,28,"_dependencyMap"],[8,43,4,28],[8,66,4,47],[8,67,4,48],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,2,18,0,"exports"],[22,9,18,7],[22,10,18,8,"bnMax"],[22,15,18,13],[22,18,18,16],[22,19,18,17],[22,20,18,18],[22,22,18,20,"helpers_js_1"],[22,34,18,32],[22,35,18,33,"createCmp"],[22,44,18,42],[22,46,18,44],[22,56,18,45,"a"],[22,57,18,46],[22,59,18,48,"b"],[22,60,18,49],[23,4,18,49],[23,11,18,54,"a"],[23,12,18,55],[23,13,18,56,"gt"],[23,15,18,58],[23,16,18,59,"b"],[23,17,18,60],[23,18,18,61],[24,2,18,61],[24,4,18,62],[25,2,19,0],[26,0,20,0],[27,0,21,0],[28,0,22,0],[29,0,23,0],[30,0,24,0],[31,0,25,0],[32,0,26,0],[33,0,27,0],[34,0,28,0],[35,0,29,0],[36,0,30,0],[37,0,31,0],[38,2,32,0,"exports"],[38,9,32,7],[38,10,32,8,"bnMin"],[38,15,32,13],[38,18,32,16],[38,19,32,17],[38,20,32,18],[38,22,32,20,"helpers_js_1"],[38,34,32,32],[38,35,32,33,"createCmp"],[38,44,32,42],[38,46,32,44],[38,56,32,45,"a"],[38,57,32,46],[38,59,32,48,"b"],[38,60,32,49],[39,4,32,49],[39,11,32,54,"a"],[39,12,32,55],[39,13,32,56,"lt"],[39,15,32,58],[39,16,32,59,"b"],[39,17,32,60],[39,18,32,61],[40,2,32,61],[40,4,32,62],[41,0,32,63],[41,3]],"functionMap":{"names":["<global>","<anonymous>"],"mappings":"AAA;4CCiB,iBD;4CCc,iBD"},"hasCjsExports":true},"type":"js/module"}]} |