Type
The main types consist of Function, object, and Primitive.
Function
object
Primitive
type Type = Function | object | Primitive;
Last updated 2 years ago