UNPKG

ts-toolbelt

Version:

TypeScript's largest utility library

5 lines (4 loc) 94 B
/** * Basic JSON Value */ export declare type Primitive = string | number | boolean | null;