Type Alias Iteratee<T>

Iteratee: (item: T) => DictKey

Function that iterates over the specified object item and returns the key.

Type Parameters

  • T

    Type of object being iterated.

Type declaration