AbstractType
Represents an abstract class T, if applied to a concrete class it would stop being instantiatable.
      
      interface AbstractType<T> extends Function {
  prototype: T
}
    属性
| 属性 | 说明 | 
|---|---|
| prototype: T | 

Represents an abstract class T, if applied to a concrete class it would stop being instantiatable.
      
      interface AbstractType<T> extends Function {
  prototype: T
}
    | 属性 | 说明 | 
|---|---|
| prototype: T |