CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
CmpStrResult
Interface CmpStrResult
CmpStrResult represents a simplified result for user-facing API methods.
interface
CmpStrResult
{
match
:
number
;
source
:
string
;
target
:
string
;
}
Index
Properties
match
source
target
Properties
match
match
:
number
source
source
:
string
target
target
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
match
source
target
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
CmpStrResult represents a simplified result for user-facing API methods.