camelize
camelize
converts strings to camelCase.
import { camelize } from '@rvoh/dream'
camelize('hello_world') // 'helloWorld'
camelize('dream-and-psychic') // 'dreamAndPsychic'
camelize
converts strings to camelCase.
import { camelize } from '@rvoh/dream'
camelize('hello_world') // 'helloWorld'
camelize('dream-and-psychic') // 'dreamAndPsychic'