convert kebab-case to camelCase
🔧 Install · 🧩 Example · 🚴 Bench · 📜 API docs · 🔥 Releases · 💪🏼 Contribute · 🖐️ Help
$ npm i kebab-to-camelimport { kebabToCamel } from 'kebab-to-camel'
console.log(kebabToCamel('hello-camel-world'))
// => helloCamelWorldkebab-to-camel performs best among the top downloaded packages in npm and is probably the fastest way to do it if you just want that conversion and not any-to-camel:
Converts a string from kebab-case to camelCase.
inputstring The string inkebab-caseto be converted
Returns string The string in camelCase
All contributions are welcome!
MIT © 2021 stagas
