A union of all JavaScript primitive types.
Note that this includes null, which is natively typed as object.
null
object
A union of all JavaScript primitive types.
Note that this includes
null
, which is natively typed asobject
.