Last updated 2 years ago
Types<Obj>
The main types as string values, besides the Constructor which is an instance of an Obj.
Constructor
Obj
type Types<Obj> = Constructor<Obj> | 'function' | 'object' | Primitives;
Generic type variable Obj indicates an instance of the generic type Constructor.