Skip to content

Type Alias: Primitives

ts
type Primitives = string | number | boolean | bigint | symbol | null;