1.0.1 • Published 2 years ago

kebab-to-camel v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Install

$ npm i kebab-to-camel

Example

import { kebabToCamel } from 'kebab-to-camel'

console.log(kebabToCamel('hello-camel-world'))
// => helloCamelWorld

Bench

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:

API

Table of Contents

kebabToCamel

src/index.ts:7-18

Converts a string from kebab-case to camelCase.

Parameters

  • input string The string in kebab-case to be converted

Returns string The string in camelCase

Contribute

Fork or edit and submit a PR.

All contributions are welcome!

License

MIT © 2021 stagas