CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
MetricCompute
Interface MetricCompute<R>
MetricCompute represents the result of a metric computation.
interface
MetricCompute
<
R
=
MetricRaw
>
{
raw
?:
R
;
res
:
number
;
}
Type Parameters
R
=
MetricRaw
The type of the raw result
Index
Properties
raw?
res
Properties
Optional
raw
raw
?:
R
res
res
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
raw
res
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
MetricCompute represents the result of a metric computation.