Function camelToKebab

  • Converts a camelCase string to a kebab-case string

    Parameters

    • str: string

    Returns string

    camelToSnake('helloWorld'); // hello-world