填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

AbstractType

Represents an abstract class T, if applied to a concrete class it would stop being instantiatable.

interface AbstractType<T> extends Function { prototype: T }
      
      interface AbstractType<T> extends Function {
  prototype: T
}
    

属性

属性说明
prototype: T