just-camelize

1.0.0 • Public • Published

just-camelize

transform strings to camel case.

import camelize from 'just-camelize';
 
camelize('_hello_world'); // HelloWorld
camelize('_hello-world'); // HelloWorld
camelize('-hello_world'); // HelloWorld
camelize('-hello-world'); // HelloWorld

Package Sidebar

Install

npm i just-camelize

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • justclear