• Converts a string from kebab-case to camelCase. So it converts "something-like-this" to "somethingLikeThis".

    Parameters

    • input: string

      The value to convert.

    Returns string