CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
PhoneticOptions
Interface PhoneticOptions
PhoneticOptions configures the behavior of phonetic algorithms.
interface
PhoneticOptions
{
dedupe
?:
boolean
;
delimiter
?:
string
;
fallback
?:
string
;
length
?:
number
;
map
?:
string
;
pad
?:
string
;
}
Index
Properties
dedupe?
delimiter?
fallback?
length?
map?
pad?
Properties
Optional
dedupe
dedupe
?:
boolean
Optional
delimiter
delimiter
?:
string
Optional
fallback
fallback
?:
string
Optional
length
length
?:
number
Optional
map
map
?:
string
Optional
pad
pad
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dedupe
delimiter
fallback
length
map
pad
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
PhoneticOptions configures the behavior of phonetic algorithms.