UNPKG

81 BTypeScriptView Raw
1export interface Type<T = any> extends Function {
2 new (...args: any[]): T;
3}