@lavadrop/camel-case
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

@lavadrop/camel-case

npm license Travis Build Status codecov Try @lavadrop/camel-case on RunKit

Part of a library of zero-dependency npm modules that do just one thing.

npm

min + gzip | 224 bytes

source

Converts a string value into camel case.

Usage

import camelCase from '@lavadrop/camel-case'

camelCase('foo-bar-baz')
// => 'fooBarBaz'

Parameters

Name Type Description
value string The string to convert.

Returns

The camel-cased string.

Return type

string

Package Sidebar

Install

npm i @lavadrop/camel-case

Weekly Downloads

927

Version

0.4.0

License

MIT

Unpacked Size

10.3 kB

Total Files

8

Last publish

Collaborators

  • jedmao