Types
Types<Obj>
Types<Obj>
The main types as string values, besides the Constructor
which is an instance of an Obj
.
types.type.ts
Generic type variables
Obj
Obj
Generic type variable Obj
indicates an instance of the generic type Constructor
.
Last updated