Constructable

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

No summary provided.