type Primitives = "Void" | "Null" | "String" | "Number" | "BigInt" | "Boolean" | "Symbol"
Union type of all JavaScript primitive type name strings
Union type of all JavaScript primitive type name strings