• import { camelize } from '@src/hylo-components/utils/usefull/usefull';

    Converts a text with hyphen separate words into a camelized version.

    Parameters

    • text: string

      the text to be camelized

    • lower: boolean = false

      lowers the case of the remaining characters

    Returns string

Generated using TypeDoc