Function pascalToKebab

  • Converts a PascalCase string to a kebab-case string

    Parameters

    • str: string

    Returns string

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