core3-utils

@wixc3/common on Github

Home > @wixc3/common > toKebabCase

toKebabCase() function

Converts a string to kebab-case

Signature:

export declare function toKebabCase(str: string): string;

Parameters

Parameter Type Description
str string

Returns:

string