mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
{"dependencies":[],"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.isTestChain = isTestChain;\n var REGEX_DEV = /(Development|Local Testnet)$/;\n function isTestChain(chain) {\n if (!chain) {\n return false;\n }\n return !!REGEX_DEV.test(chain.toString());\n }\n});","lineCount":15,"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,"isTestChain"],[7,21,3,19],[7,24,3,22,"isTestChain"],[7,35,3,33],[8,2,4,0],[8,6,4,6,"REGEX_DEV"],[8,15,4,15],[8,18,4,18],[8,48,4,48],[9,2,5,0],[9,11,5,9,"isTestChain"],[9,22,5,20,"isTestChain"],[9,23,5,21,"chain"],[9,28,5,26],[9,30,5,28],[10,4,6,4],[10,8,6,8],[10,9,6,9,"chain"],[10,14,6,14],[10,16,6,16],[11,6,7,8],[11,13,7,15],[11,18,7,20],[12,4,8,4],[13,4,9,4],[13,11,9,11],[13,12,9,12],[13,13,9,13,"REGEX_DEV"],[13,22,9,22],[13,23,9,23,"test"],[13,27,9,27],[13,28,9,28,"chain"],[13,33,9,33],[13,34,9,34,"toString"],[13,42,9,42],[13,43,9,43],[13,44,9,44],[13,45,9,45],[14,2,10,0],[15,0,10,1],[15,3]],"functionMap":{"names":["<global>","isTestChain"],"mappings":"AAA;ACI;CDK"},"hasCjsExports":true},"type":"js/module"}]} |