Interface: ToTitleCaseOptions
The options to use when converting a string to title case
Properties
additionalVariants?
optional
additionalVariants:Record
<string
,string
>
The optional additional variants to use when converting the string
Defined in
caseSensitive?
optional
caseSensitive:boolean
Whether to convert the string to title case in a case sensitive manner.