UNPKG

68 BTypeScriptView Raw
1export interface Abstract<T> extends Function {
2 prototype: T;
3}