camelify
Turns hyphen-separated object keys or strings into camel-cased versions.
Examples
npm install camelify
;// => 'oneTwo' ;// => { firstName: 'John', 'lastName': 'Smith' }
Tests
npm test
Turns hyphen-separated object keys or strings into camel-cased versions.
npm install camelify
;// => 'oneTwo' ;// => { firstName: 'John', 'lastName': 'Smith' }
npm test
npm i camelify
1,020
0.1.0
MIT