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