Converts a camelCase string to kebab-case
The camelCase string to convert.
A kebab-case representation of the string.
Converts a camelCase string to snake_case.
The camelCase string to convert.
A snake_case representation of the string.
Converts either a snake_case or kebab-case string to camelCase.
The snake/kebab case string to convert.
A camelCase representation of the string.
Generated using TypeDoc
Utility functions to convert between different case notations.