PromoCursed/node_modules/.cache/babel-loader/98a877218ef66fbeb70b5584e4bee1c6fe0ad69840877c3d11ef7779bf7d85ec.json
2024-08-20 23:25:37 +04:00

1 line
971 B
JSON

{"ast":null,"code":"var camel2hyphen = function (str) {\n return str.replace(/[A-Z]/g, function (match) {\n return '-' + match.toLowerCase();\n }).toLowerCase();\n};\nmodule.exports = camel2hyphen;","map":{"version":3,"names":["camel2hyphen","str","replace","match","toLowerCase","module","exports"],"sources":["C:/Users/Аришина)/Desktop/promo/node_modules/string-convert/camel2hyphen.js"],"sourcesContent":["var camel2hyphen = function (str) {\n return str\n .replace(/[A-Z]/g, function (match) {\n return '-' + match.toLowerCase();\n })\n .toLowerCase();\n};\n\nmodule.exports = camel2hyphen;"],"mappings":"AAAA,IAAIA,YAAY,GAAG,SAAAA,CAAUC,GAAG,EAAE;EAChC,OAAOA,GAAG,CACDC,OAAO,CAAC,QAAQ,EAAE,UAAUC,KAAK,EAAE;IAClC,OAAO,GAAG,GAAGA,KAAK,CAACC,WAAW,CAAC,CAAC;EAClC,CAAC,CAAC,CACDA,WAAW,CAAC,CAAC;AACxB,CAAC;AAEDC,MAAM,CAACC,OAAO,GAAGN,YAAY","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}