Primitives
Primitives
Primitivestype Primitives =
| 'bigint'
| 'boolean'
| 'null'
| 'number'
| 'string'
| 'symbol'
| 'undefined';Last updated
PrimitivesAll primitives types as string.
type Primitives =
| 'bigint'
| 'boolean'
| 'null'
| 'number'
| 'string'
| 'symbol'
| 'undefined';Last updated