Skip to main content

toKebabCase

toKebabCase(str: undefined): undefined
toKebabCase(str: null): null
toKebabCase(str: string): string

Properties

(Mandatory properties are in bold)
PropertiesTypeDescription
strundefined