Type Alias Constructor<T>

Constructor<T>: {
    prototype: T;
    new (...args: any[]): T;
}

Type Parameters

  • T = any