UNPKG

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