Interface IConstructorOf<T>

interface IConstructorOf {
    new IConstructorOfnew (...args): T;
}

Type Parameters

  • T

Constructors

Constructors

Generated using TypeDoc