Types
Types<Obj>
Types<Obj>type Types<Obj> = Constructor<Obj> | 'function' | 'object' | Primitives;Generic type variables
Obj
ObjLast updated
Types<Obj>type Types<Obj> = Constructor<Obj> | 'function' | 'object' | Primitives;ObjLast updated