mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-29 22:21:05 +00:00
1 line
3.8 KiB
Plaintext
1 line
3.8 KiB
Plaintext
{"dependencies":[{"name":"./camelCase.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":52,"index":52}}],"key":"MC1N0IAwN/j+kQtD0ZbmLcGQON4=","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 Object.defineProperty(exports, \"stringLowerFirst\", {\n enumerable: true,\n get: function () {\n return stringLowerFirst;\n }\n });\n Object.defineProperty(exports, \"stringUpperFirst\", {\n enumerable: true,\n get: function () {\n return stringUpperFirst;\n }\n });\n var _camelCaseJs = require(_dependencyMap[0], \"./camelCase.js\");\n /** @internal */\n function converter(map) {\n return value => value ? map[value.charCodeAt(0)] + value.slice(1) : '';\n }\n /**\n * @name stringLowerFirst\n * @summary Lowercase the first letter of a string\n * @description\n * Lowercase the first letter of a string\n * @example\n * <BR>\n *\n * ```javascript\n * import { stringLowerFirst } from '@polkadot/util';\n *\n * stringLowerFirst('ABC'); // => 'aBC'\n * ```\n */\n const stringLowerFirst = /*#__PURE__*/converter(_camelCaseJs.CC_TO_LO);\n /**\n * @name stringUpperFirst\n * @summary Uppercase the first letter of a string\n * @description\n * Lowercase the first letter of a string\n * @example\n * <BR>\n *\n * ```javascript\n * import { stringUpperFirst } from '@polkadot/util';\n *\n * stringUpperFirst('abc'); // => 'Abc'\n * ```\n */\n const stringUpperFirst = /*#__PURE__*/converter(_camelCaseJs.CC_TO_UP);\n});","lineCount":54,"map":[[7,2,22,0,"Object"],[7,8,22,0],[7,9,22,0,"defineProperty"],[7,23,22,0],[7,24,22,0,"exports"],[7,31,22,0],[8,4,22,0,"enumerable"],[8,14,22,0],[9,4,22,0,"get"],[9,7,22,0],[9,18,22,0,"get"],[9,19,22,0],[10,6,22,0],[10,13,22,0,"stringLowerFirst"],[10,29,22,0],[11,4,22,0],[12,2,22,0],[13,2,37,0,"Object"],[13,8,37,0],[13,9,37,0,"defineProperty"],[13,23,37,0],[13,24,37,0,"exports"],[13,31,37,0],[14,4,37,0,"enumerable"],[14,14,37,0],[15,4,37,0,"get"],[15,7,37,0],[15,18,37,0,"get"],[15,19,37,0],[16,6,37,0],[16,13,37,0,"stringUpperFirst"],[16,29,37,0],[17,4,37,0],[18,2,37,0],[19,2,1,0],[19,6,1,0,"_camelCaseJs"],[19,18,1,0],[19,21,1,0,"require"],[19,28,1,0],[19,29,1,0,"_dependencyMap"],[19,43,1,0],[20,2,2,0],[21,2,3,0],[21,11,3,9,"converter"],[21,20,3,18,"converter"],[21,21,3,19,"map"],[21,24,3,22],[21,26,3,24],[22,4,4,4],[22,11,4,12,"value"],[22,16,4,17],[22,20,4,22,"value"],[22,25,4,27],[22,28,5,10,"map"],[22,31,5,13],[22,32,5,14,"value"],[22,37,5,19],[22,38,5,20,"charCodeAt"],[22,48,5,30],[22,49,5,31],[22,50,5,32],[22,51,5,33],[22,52,5,34],[22,55,5,37,"value"],[22,60,5,42],[22,61,5,43,"slice"],[22,66,5,48],[22,67,5,49],[22,68,5,50],[22,69,5,51],[22,72,6,10],[22,74,6,12],[23,2,7,0],[24,2,8,0],[25,0,9,0],[26,0,10,0],[27,0,11,0],[28,0,12,0],[29,0,13,0],[30,0,14,0],[31,0,15,0],[32,0,16,0],[33,0,17,0],[34,0,18,0],[35,0,19,0],[36,0,20,0],[37,0,21,0],[38,2,22,7],[38,8,22,13,"stringLowerFirst"],[38,24,22,29],[38,27,22,32],[38,40,22,46,"converter"],[38,49,22,55],[38,50,22,56,"CC_TO_LO"],[38,62,22,64],[38,63,22,64,"CC_TO_LO"],[38,71,22,64],[38,72,22,65],[39,2,23,0],[40,0,24,0],[41,0,25,0],[42,0,26,0],[43,0,27,0],[44,0,28,0],[45,0,29,0],[46,0,30,0],[47,0,31,0],[48,0,32,0],[49,0,33,0],[50,0,34,0],[51,0,35,0],[52,0,36,0],[53,2,37,7],[53,8,37,13,"stringUpperFirst"],[53,24,37,29],[53,27,37,32],[53,40,37,46,"converter"],[53,49,37,55],[53,50,37,56,"CC_TO_UP"],[53,62,37,64],[53,63,37,64,"CC_TO_UP"],[53,71,37,64],[53,72,37,65],[54,0,37,66],[54,3]],"functionMap":{"names":["<global>","converter","<anonymous>"],"mappings":"AAA;ACE;WCC;YDE;CDC"},"hasCjsExports":false},"type":"js/module"}]} |