Optionaloptions: { lowercase?: boolean; replacement?: string; strict?: boolean } = {}Optional arguments which customize how the slugify operation is performed
Optionallowercase?: booleanLowercase the string.
Optionalreplacement?: stringThe replacement character to separate terms, default is '-'
Optionalstrict?: booleanReplace all non-alphanumeric characters, or allow them? Default false
The slugified input string
Transform any string into an url-viable slug string