UNPKG

@berish/serber

Version:

Serializable and deserializable adaptive adapter with plugins

12 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const typeof_1 = require("@berish/typeof"); exports.nullPlugin = { isForSerialize: obj => { return typeof_1.default(obj) === 'null'; }, isForDeserialize: obj => { return typeof_1.default(obj) === 'null'; }, }; //# sourceMappingURL=null.js.map