UNPKG

@safejs/serializer

Version:

Serializer is a superset of JSON that includes recursive objects, dates, regular expressions, functions and others which you also can expand by yourself

8 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.undefinedSerializer = void 0; exports.undefinedSerializer = { determine: (v) => v === undefined, deserialize: () => undefined, }; //# sourceMappingURL=undefined.js.map