CmpStr - v3.2.1
    Preparing search index...

    Type Alias MetricCls<R>

    MetricCls: new (...args: any[]) => Metric<R>

    Type definition for a class constructor that extends the Metric class.

    This type represents a constructor function for a class that extends the Metric class. It can be used to create instances of specific metric implementations, such as Levenshtein or Jaro-Winkler.

    Type Parameters

    • R = MetricRaw

      The type of the raw result, defaulting to MetricRaw.