Constructor

Constructor type

Signature:

export type Constructor<T> = abstract new (...args: any[]) => T;