1 line
230 B
JSON
1 line
230 B
JSON
{"ast":null,"code":"var rHyphen = /-(.)/g;\nexport default function camelize(string) {\n return string.replace(rHyphen, function (_, chr) {\n return chr.toUpperCase();\n });\n}","map":null,"metadata":{},"sourceType":"module"} |