type Primitive = string | number | bigint | boolean | symbol | void | null | undefined
Union type of all JavaScript primitive value types
Union type of all JavaScript primitive value types