ixfx
    Preparing search index...

    Function minScore

    • Returns the 'min' 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