Type Alias SumByIteratee<Item>

SumByIteratee: (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