Appearance
Transform a string to camelCase.
camelCase
import { camelCase } from '@studiometa/js-toolkit/utils'; camelCase('Some String Content'); // someStringContent
string