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

0.2.0 • Public • Published

@queso/camel-case

npm license Travis Build Status codecov Try @queso/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 '@queso/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 @queso/camel-case

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

9.58 kB

Total Files

8

Last publish

Collaborators

  • jedmao