convert-to-ecmascript-compatible-varname

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.

MIT 6 个版本
安装
npm install convert-to-ecmascript-compatible-varname
yarn add convert-to-ecmascript-compatible-varname
pnpm add convert-to-ecmascript-compatible-varname
bun add convert-to-ecmascript-compatible-varname
README

ERROR: No README data found!

版本列表
0.1.5 2015-12-23
0.1.4 2015-12-23
0.1.3 2015-01-19
0.1.2 2015-01-19
0.1.1 2014-12-10
0.1.0 2014-11-06