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