CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
CmpStrProcessors
Interface CmpStrProcessors
CmpStrProcessors defines pre-processors for input strings before comparison.
interface
CmpStrProcessors
{
phonetic
?:
{
algo
:
string
;
opt
?:
PhoneticOptions
}
;
}
Index
Properties
phonetic?
Properties
Optional
phonetic
phonetic
?:
{
algo
:
string
;
opt
?:
PhoneticOptions
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
phonetic
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
CmpStrProcessors defines pre-processors for input strings before comparison.