convert kebab-case to camelCase
🔧 Install · 🧩 Example · 🚴 Bench · 📜 API docs · 🔥 Releases · 💪🏼 Contribute · 🖐️ Help
$ npm i kebab-to-camel
import { kebabToCamel } from 'kebab-to-camel'
console.log(kebabToCamel('hello-camel-world'))
// => helloCamelWorld
kebab-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
.
input
string The string inkebab-case
to be converted
Returns string The string in camelCase
All contributions are welcome!
MIT © 2021 stagas