CmpStr - v3.2.1
    Preparing search index...

    Type Alias CmpFnResult<R>

    CmpFnResult:
        | MetricResultSingle<R>[]
        | (CmpStrResult & { raw?: R })[]
        | null
        | undefined

    CompareFnResult represents the possible return types for comparison functions.

    Type Parameters

    • R

      The type of the raw result