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