Interface IDynMapReducerCtor<K, T>

Defines the shape of dynamic map constructor functions.

interface IDynMapReducerCtor<K, T> {
    new IDynMapReducerCtornew (data?): DynMapReducer<K, T>;
}

Type Parameters

  • K

  • T

Constructors

Constructors