camel
Basic usage
Given a string returns it in camel case format.
import { camel } from 'radash'
camel('green fish blue fish') // => greenFishBlueFish
Given a string returns it in camel case format.
import { camel } from 'radash'
camel('green fish blue fish') // => greenFishBlueFish