Socket
Socket
Sign inDemoInstall

@lavadrop/camel-case

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lavadrop/camel-case

Converts a string value into camel case.


Version published
Weekly downloads
774
decreased by-12.54%
Maintainers
1
Install size
10.1 kB
Created
Weekly downloads
 

Readme

Source

@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

NameTypeDescription
valuestringThe string to convert.

Returns

The camel-cased string.

Return type

string

Keywords

FAQs

Last updated on 25 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc