Interface IDynMapReducerCtor<K, T>

    Defines the shape of a dynamic map constructor function.

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

    Type Parameters

    • K
    • T

    Constructors

    Constructors