UNPKG

type-plus

Version:
5 lines 203 B
/** * 📘 Definition of all primitive types. */ export type PrimitiveTypes = boolean | number | string | object | symbol | bigint | Function | undefined | null; //# sourceMappingURL=primitive.d.ts.map