Type
The main types consist of Function, object, and Primitive.
Function
object
Primitive
type Type = Function | object | Primitive;
Last updated 3 years ago
Was this helpful?