Private
Utility type that describes a class definition whose prototype matches a specific instance type.
prototype
This is used internally to connect a class constructor with its corresponding instance type in a safe and type-checkable way.
The instance type associated with the class.
Utility type that describes a class definition whose
prototype
matches a specific instance type.This is used internally to connect a class constructor with its corresponding instance type in a safe and type-checkable way.