UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

10 lines 194 B
const tsonSet = { deserialize: (v) => new Set(v), key: "Set", serialize: (v) => Array.from(v), test: (v) => v instanceof Set }; export { tsonSet }; //# sourceMappingURL=tsonSet.mjs.map