UNPKG

ts-std-lib

Version:
5 lines (4 loc) 149 B
/** * The native primitive objects except null or undefined */ export type Primitive = string | boolean | number | symbol; // null | undefined