Interface IDynArrayReducerCtor<T>

    Defines the shape of a dynamic array constructor function.

    interface IDynArrayReducerCtor<T> {
        new IDynArrayReducerCtornew (data?): DynArrayReducer<T>;
    }

    Type Parameters

    • T

    Constructors

    Constructors