1.0.1 • Published 3 months ago

@tetsuyakuroo/string-to-camelcase v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

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
1.0.1

3 months ago

1.0.0

3 months ago