AbstractType
Represents an abstract class T
, if applied to a concrete class it would stop being
instantiable.
interface AbstractType<T> extends Function {
prototype: T
}
Properties
Property | Description |
---|---|
prototype: T
|