Primitive
All primitives types.
type Primitive = | boolean | bigint | null | number | string | symbol | undefined;
Last updated 3 years ago
Was this helpful?