• Counts occurring items and record it by item as key.

    Type Parameters

    • K

    Parameters

    • items: List<K>

      To be counted.

    Returns Map<K, number>

    The counts by item.

Generated using TypeDoc