UNPKG

@thi.ng/api

Version:

Common, generic types, interfaces & mixins

4 lines 176 B
export type NumOrString = number | string; export type StringOrSym = string | symbol; export type Primitive = NumOrString | boolean | symbol; //# sourceMappingURL=prim.d.ts.map