type alias Primitive

Represents any primitive ECMAScript value.

Definition

string
| number
| boolean
| bigint
| symbol
| null
| undefined

Usage

import { type Primitive } from ".";