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