Converts a camelCase string to a kebab-case string
camelCase
kebab-case
camelToSnake('helloWorld'); // hello-world Copy
camelToSnake('helloWorld'); // hello-world
Converts a
camelCasestring to akebab-casestring