Interface IDynArrayReducerCtor<T>

Defines the shape of dynamic array constructor functions.

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

Type Parameters

  • T

Constructors

Constructors