Skip to content

camel

Convert a string to camel case

357 bytes

Usage

Given a string returns it in camel case format.

import * as _ from 'radashi'
_.camel('green fish blue fish') // => greenFishBlueFish