JS API Reference Constructor type

Constructor type

Mixin Constructor Helper

Signature

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