mikermcneil/convert-to-ecmascript-compatible-varname

mikermcneil/convert-to-ecmascript-compatible-varname

Releases6
Frequency2 months 3 weeks
Last Release

Linked projects

Given a string of dash-delimited words, return a similar version of the string, but which is camel-cased and otherwise stripped of special characters, whitespace, etc. so that it is usable as an ECMAScript variable.