@tetsuyakuroo/string-to-camelcase

1.0.1 • Public • Published

Convert to Roman

Convert string to camelcase

Installation

  npm install string-to-camelcase

Usage/Examples

const convert = require('string-to-camelcase')

var hello = convert.toCamelCase("hello-world")
console.log(hello);
// output helloWorld
var hello = convert.toCamelCase("hello_world")
console.log(hello);
// output helloWorld

Package Sidebar

Install

npm i @tetsuyakuroo/string-to-camelcase

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

1.36 kB

Total Files

4

Last publish

Collaborators

  • tetsuyakuroo