ts-utils
    Preparing search index...

    Type Alias Iteratee<Item>

    Iteratee: (item: Item) => number

    Iteratee Type.

    Type Parameters

    • Item

      Type of the numbers elements.

    Type declaration

      • (item: Item): number
      • Parameters

        • item: Item

          An element of the numbers collection.

        Returns number