import { camelize } from '@src/hylo-components/utils/usefull/usefull';
Converts a text with hyphen separate words into a camelized version.
the text to be camelized
lowers the case of the remaining characters
Generated using TypeDoc
import { camelize } from '@src/hylo-components/utils/usefull/usefull';
Converts a text with hyphen separate words into a camelized version.