All JavaScript primitive types.
Includes all ECMAScript primitives as defined by the language specification.
type P = Primitive;// string | number | boolean | symbol | null | undefined | bigint Copy
type P = Primitive;// string | number | boolean | symbol | null | undefined | bigint
All JavaScript primitive types.