UNPKG

ts-std-lib

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