Skip to content

Function: toKebabCase()

toKebabCase(input): string

Defined in: utils.ts:2

Convert camelCase / snake_case / PascalCase to kebab-case.

Parameters

input

string

Returns

string

Released under the MIT License.