Home > types-kit > Primitive Primitive type Matches any primitive value. Signature: export type Primitive = | null | undefined | string | number | boolean | symbol | bigint