Type alias CollectionFunction<T, T2>

CollectionFunction<T, T2>: ((items: Collection<T>) => T2)

Type Parameters

  • T

  • T2

Type declaration