UNPKG

ts-essentials

Version:
2 lines (1 loc) 88 B
export type Primitive = string | number | boolean | bigint | symbol | undefined | null;