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