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