Primitive
All primitives types.
type Primitive = | boolean | bigint | null | number | string | symbol | undefined;
Last updated 2 years ago