mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-01 09:57:57 +00:00
auto-commit for d4766860-f253-4ebc-a836-6c1ca9f17d9a
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"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":[[7,2,6,0,"exports"],[7,9,6,0],[7,10,6,0,"getSeparator"],[7,22,6,0],[7,25,6,0,"getSeparator"],[7,37,6,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,2,6,7],[13,11,6,16,"getSeparator"],[13,23,6,28,"getSeparator"],[13,24,6,29,"locale"],[13,30,6,35],[13,32,6,37],[14,4,7,4],[14,11,7,11],[15,6,8,8,"decimal"],[15,13,8,15],[15,15,8,18],[15,18,8,21],[15,19,8,23,"toLocaleString"],[15,33,8,37],[15,34,8,38,"locale"],[15,40,8,44],[15,42,8,46],[16,8,8,48,"useGrouping"],[16,19,8,59],[16,21,8,61],[17,6,8,67],[17,7,8,68],[17,8,8,69],[17,9,8,70,"charAt"],[17,15,8,76],[17,16,8,77],[17,17,8,78],[17,18,8,79],[18,6,9,8,"thousand"],[18,14,9,16],[18,16,9,19],[18,20,9,23],[18,22,9,25,"toLocaleString"],[18,36,9,39],[18,37,9,40,"locale"],[18,43,9,46],[18,45,9,48],[19,8,9,50,"useGrouping"],[19,19,9,61],[19,21,9,63],[20,6,9,68],[20,7,9,69],[20,8,9,70],[20,9,9,71,"replace"],[20,16,9,78],[20,17,9,79],[20,22,9,84],[20,24,9,86],[20,26,9,88],[20,27,9,89],[20,28,9,90,"charAt"],[20,34,9,96],[20,35,9,97],[20,36,9,98],[21,4,10,4],[21,5,10,5],[22,2,11,0],[23,0,11,1],[23,3]],"functionMap":{"names":["<global>","getSeparator"],"mappings":"AAA;OCK;CDK"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user