Function pascalToKebab

Converts a PascalCase string to a kebab-case string

camelToSnake('HelloWorld'); // hello-world
  • Parameters

    • str: string

    Returns string