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