You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
675 B
1 line
675 B
{"ast":null,"code":"var rUpper = /([A-Z])/g;\nexport default function hyphenate(string) {\n return string.replace(rUpper, '-$1').toLowerCase();\n}","map":{"version":3,"names":["rUpper","hyphenate","string","replace","toLowerCase"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/dom-helpers/esm/hyphenate.js"],"sourcesContent":["var rUpper = /([A-Z])/g;\nexport default function hyphenate(string) {\n return string.replace(rUpper, '-$1').toLowerCase();\n}"],"mappings":"AAAA,IAAIA,MAAM,GAAG,UAAU;AACvB,eAAe,SAASC,SAAS,CAACC,MAAM,EAAE;EACxC,OAAOA,MAAM,CAACC,OAAO,CAACH,MAAM,EAAE,KAAK,CAAC,CAACI,WAAW,EAAE;AACpD"},"metadata":{},"sourceType":"module"} |