UNPKG

176 BTypeScriptView Raw
1export type NumOrString = number | string;
2export type StringOrSym = string | symbol;
3export type Primitive = NumOrString | boolean | symbol;
4//# sourceMappingURL=prim.d.ts.map
\No newline at end of file