slugify
@quik/core / slugify
Function: slugify()
slugify(
str):string
Defined in: utils/String.ts:98
Generate a slug based on the given string.
Parameters
str
string
The string to be converted to a slug.
Returns
string
@quik/core / slugify
slugify(
str):string
Defined in: utils/String.ts:98
Generate a slug based on the given string.
string
The string to be converted to a slug.
string