UNPKG

@berish/serber

Version:

Serializable and deserializable adaptive adapter with plugins

12 lines 406 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); const plugins = require("./plugins"); exports.plugins = plugins; __export(require("./serber")); __export(require("./const")); __export(require("./getKeys")); __export(require("./withParamsPlugin")); //# sourceMappingURL=index.js.map