c7410850dafd0a319d6b9a29d7803932.json 919 Bytes
{"ast":null,"code":"var camel2hyphen = function (str) {\n  return str.replace(/[A-Z]/g, function (match) {\n    return '-' + match.toLowerCase();\n  }).toLowerCase();\n};\n\nmodule.exports = camel2hyphen;","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/string-convert/camel2hyphen.js"],"names":["camel2hyphen","str","replace","match","toLowerCase","module","exports"],"mappings":"AAAA,IAAIA,YAAY,GAAG,UAAUC,GAAV,EAAe;AAChC,SAAOA,GAAG,CACDC,OADF,CACU,QADV,EACoB,UAAUC,KAAV,EAAiB;AAClC,WAAO,MAAMA,KAAK,CAACC,WAAN,EAAb;AACD,GAHF,EAIEA,WAJF,EAAP;AAKD,CAND;;AAQAC,MAAM,CAACC,OAAP,GAAiBN,YAAjB","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;"]},"metadata":{},"sourceType":"script"}