AbstractType
interface
Represents an abstract class T
, if applied to a concrete class it would stop being
instantiable.
API
interface AbstractType { override [Symbol.hasInstance](value: any): boolean;}}
Jump to details
Represents an abstract class T
, if applied to a concrete class it would stop being
instantiable.
interface AbstractType { override [Symbol.hasInstance](value: any): boolean;}}