CmpStr - v3.2.1
    Preparing search index...

    Interface MetricCompute<R>

    MetricCompute represents the result of a metric computation.

    interface MetricCompute<R = MetricRaw> {
        raw?: R;
        res: number;
    }

    Type Parameters

    Index

    Properties

    Properties

    raw?: R
    res: number