Type alias PrimitiveClass

PrimitiveClass: typeof String | typeof Boolean | typeof Number | null

A JavaScript value that represents a primitive type.

Remarks

Specified type Narrowed Type
String string
Boolean boolean
Number number
null null

Inline

Advanced

Generated using TypeDoc