ixfx
    Preparing search index...

    Function maxScore

    • Returns the 'max' of some iterable using the provided scoring function. It only yields a value when iterator finishes.

      Type Parameters

      • V

      Parameters

      • iterable: Iterable<V>
      • scorer: (v: V) => number

      Returns undefined | V