CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
CmpStrOptions
Interface CmpStrOptions
CmpStrOptions configures the behavior of a CmpStr instance.
interface
CmpStrOptions
{
flags
?:
string
;
metric
?:
string
;
opt
?:
MetricOptions
;
output
?:
"orig"
|
"prep"
;
processors
?:
CmpStrProcessors
;
raw
?:
boolean
;
removeZero
?:
boolean
;
safeEmpty
?:
boolean
;
}
Index
Properties
flags?
metric?
opt?
output?
processors?
raw?
remove
Zero?
safe
Empty?
Properties
Optional
flags
flags
?:
string
Optional
metric
metric
?:
string
Optional
opt
opt
?:
MetricOptions
Optional
output
output
?:
"orig"
|
"prep"
Optional
processors
processors
?:
CmpStrProcessors
Optional
raw
raw
?:
boolean
Optional
remove
Zero
removeZero
?:
boolean
Optional
safe
Empty
safeEmpty
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
flags
metric
opt
output
processors
raw
remove
Zero
safe
Empty
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
CmpStrOptions configures the behavior of a CmpStr instance.