File size: 68 Bytes
cd6720a
 
 
1
2
3
4
export interface Abstract<T> extends Function {
    prototype: T;
}