AbstractType
表示抽象类 T
,如果将其应用于具体类,它将无法被实例化。
Represents an abstract class T
, if applied to a concrete class it would stop being instantiable.
interface AbstractType<T> extends Function {
prototype: T
}
属性
属性 | 说明 |
---|---|
prototype: T |
表示抽象类 T
,如果将其应用于具体类,它将无法被实例化。
Represents an abstract class T
, if applied to a concrete class it would stop being instantiable.
interface AbstractType<T> extends Function {
prototype: T
}
属性 | 说明 |
---|---|
prototype: T |