UNPKG

type-plus

Version:
14 lines (13 loc) 174 B
/** * 📘 Definition of all primitive types. */ export type PrimitiveTypes = | boolean | number | string | object | symbol | bigint | Function | undefined | null