UNPKG

@thi.ng/api

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