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

    Parameters

    • input: string

      The value to convert.

    Returns string