camel
Convert a string to camel case
357 bytes
since v12.1.0
Usage
Given a string returns it in camel case format.
import * as _ from 'radashi'
_.camel('green fish blue fish') // => greenFishBlueFish
Convert a string to camel case
Given a string returns it in camel case format.
import * as _ from 'radashi'
_.camel('green fish blue fish') // => greenFishBlueFish