Type Alias EnumIteratee<T>

EnumIteratee<T>: ((value: EnumValue<T>, key: EnumKey<T>, enumObj: T) => void)

Type Parameters