UNPKG

69 BTypeScriptView Raw
1export interface ClassType<T = any> {
2 new (...args: any[]): T;
3}