CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
MetricOptions
Interface MetricOptions
MetricOptions configures the behavior of metric computations.
interface
MetricOptions
{
delimiter
?:
string
;
gap
?:
number
;
match
?:
number
;
mismatch
?:
number
;
mode
?:
MetricMode
;
pad
?:
string
;
q
?:
number
;
}
Index
Properties
delimiter?
gap?
match?
mismatch?
mode?
pad?
q?
Properties
Optional
delimiter
delimiter
?:
string
Optional
gap
gap
?:
number
Optional
match
match
?:
number
Optional
mismatch
mismatch
?:
number
Optional
mode
mode
?:
MetricMode
Optional
pad
pad
?:
string
Optional
q
q
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
delimiter
gap
match
mismatch
mode
pad
q
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
MetricOptions configures the behavior of metric computations.