UNPKG

tupleson

Version:

A hackable JSON serializer/deserializer

10 lines 217 B
const tsonURL = { deserialize: (value) => new URL(value), key: "URL", serialize: (value) => value.toString(), test: (value) => value instanceof URL }; export { tsonURL }; //# sourceMappingURL=tsonURL.mjs.map