UNPKG

ts-toolbelt

Version:

TypeScript's largest utility library

5 lines (4 loc) 127 B
/** * All primitive types */ export declare type Primitive = boolean | string | number | bigint | symbol | undefined | null;