UNPKG

72 BTypeScriptView Raw
1export declare type Instantiable<T> = {
2 new (...args: any[]): T;
3};