mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 06:31:03 +00:00
1 line
3.5 KiB
Plaintext
1 line
3.5 KiB
Plaintext
{"dependencies":[{"name":"./camelCase.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":23,"index":162},"end":{"line":4,"column":48,"index":187}}],"key":"77+02KlvkBtOlYmzpPJuK+55BJY=","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.stringUpperFirst = exports.stringLowerFirst = void 0;\n var camelCase_js_1 = require(_dependencyMap[0], \"./camelCase.js\");\n /** @internal */\n function converter(map) {\n return function (value) {\n return value ? map[value.charCodeAt(0)] + value.slice(1) : '';\n };\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 exports.stringLowerFirst = converter(camelCase_js_1.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 exports.stringUpperFirst = converter(camelCase_js_1.CC_TO_UP);\n});","lineCount":45,"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,"stringUpperFirst"],[7,26,3,24],[7,29,3,27,"exports"],[7,36,3,34],[7,37,3,35,"stringLowerFirst"],[7,53,3,51],[7,56,3,54],[7,61,3,59],[7,62,3,60],[8,2,4,0],[8,6,4,6,"camelCase_js_1"],[8,20,4,20],[8,23,4,23,"require"],[8,30,4,30],[8,31,4,30,"_dependencyMap"],[8,45,4,30],[8,66,4,47],[8,67,4,48],[9,2,5,0],[10,2,6,0],[10,11,6,9,"converter"],[10,20,6,18,"converter"],[10,21,6,19,"map"],[10,24,6,22],[10,26,6,24],[11,4,7,4],[11,11,7,11],[11,21,7,12,"value"],[11,26,7,17],[12,6,7,17],[12,13,7,22,"value"],[12,18,7,27],[12,21,8,10,"map"],[12,24,8,13],[12,25,8,14,"value"],[12,30,8,19],[12,31,8,20,"charCodeAt"],[12,41,8,30],[12,42,8,31],[12,43,8,32],[12,44,8,33],[12,45,8,34],[12,48,8,37,"value"],[12,53,8,42],[12,54,8,43,"slice"],[12,59,8,48],[12,60,8,49],[12,61,8,50],[12,62,8,51],[12,65,9,10],[12,67,9,12],[13,4,9,12],[14,2,10,0],[15,2,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,0,18,0],[23,0,19,0],[24,0,20,0],[25,0,21,0],[26,0,22,0],[27,0,23,0],[28,0,24,0],[29,2,25,0,"exports"],[29,9,25,7],[29,10,25,8,"stringLowerFirst"],[29,26,25,24],[29,29,25,27,"converter"],[29,38,25,36],[29,39,25,37,"camelCase_js_1"],[29,53,25,51],[29,54,25,52,"CC_TO_LO"],[29,62,25,60],[29,63,25,61],[30,2,26,0],[31,0,27,0],[32,0,28,0],[33,0,29,0],[34,0,30,0],[35,0,31,0],[36,0,32,0],[37,0,33,0],[38,0,34,0],[39,0,35,0],[40,0,36,0],[41,0,37,0],[42,0,38,0],[43,0,39,0],[44,2,40,0,"exports"],[44,9,40,7],[44,10,40,8,"stringUpperFirst"],[44,26,40,24],[44,29,40,27,"converter"],[44,38,40,36],[44,39,40,37,"camelCase_js_1"],[44,53,40,51],[44,54,40,52,"CC_TO_UP"],[44,62,40,60],[44,63,40,61],[45,0,40,62],[45,3]],"functionMap":{"names":["<global>","converter","<anonymous>"],"mappings":"AAA;ACK;WCC;YDE;CDC"},"hasCjsExports":true},"type":"js/module"}]} |