mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +00:00
1 line
2.1 KiB
Plaintext
1 line
2.1 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.getSeparator = getSeparator;\n /**\n * Get the decimal and thousand separator of a locale\n * @param locale\n * @returns {decimal: string, thousand: string}\n */\n function getSeparator(locale) {\n return {\n decimal: 0.1.toLocaleString(locale, {\n useGrouping: false\n }).charAt(1),\n thousand: 1000 .toLocaleString(locale, {\n useGrouping: true\n }).replace(/\\d/g, '').charAt(0)\n };\n }\n});","lineCount":23,"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,"getSeparator"],[7,22,3,20],[7,25,3,23,"getSeparator"],[7,37,3,35],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,2,9,0],[13,11,9,9,"getSeparator"],[13,23,9,21,"getSeparator"],[13,24,9,22,"locale"],[13,30,9,28],[13,32,9,30],[14,4,10,4],[14,11,10,11],[15,6,11,8,"decimal"],[15,13,11,15],[15,15,11,18],[15,18,11,21],[15,19,11,23,"toLocaleString"],[15,33,11,37],[15,34,11,38,"locale"],[15,40,11,44],[15,42,11,46],[16,8,11,48,"useGrouping"],[16,19,11,59],[16,21,11,61],[17,6,11,67],[17,7,11,68],[17,8,11,69],[17,9,11,70,"charAt"],[17,15,11,76],[17,16,11,77],[17,17,11,78],[17,18,11,79],[18,6,12,8,"thousand"],[18,14,12,16],[18,16,12,19],[18,20,12,23],[18,22,12,25,"toLocaleString"],[18,36,12,39],[18,37,12,40,"locale"],[18,43,12,46],[18,45,12,48],[19,8,12,50,"useGrouping"],[19,19,12,61],[19,21,12,63],[20,6,12,68],[20,7,12,69],[20,8,12,70],[20,9,12,71,"replace"],[20,16,12,78],[20,17,12,79],[20,22,12,84],[20,24,12,86],[20,26,12,88],[20,27,12,89],[20,28,12,90,"charAt"],[20,34,12,96],[20,35,12,97],[20,36,12,98],[21,4,13,4],[21,5,13,5],[22,2,14,0],[23,0,14,1],[23,3]],"functionMap":{"names":["<global>","getSeparator"],"mappings":"AAA;ACQ;CDK"},"hasCjsExports":true},"type":"js/module"}]} |