UNPKG

@bjesuiter/serializr-helpers

Version:

Provides some helper functions and serialization PropertySchemas for mobxjs/serializr - library

15 lines (14 loc) 426 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 }); /** * Serializr Property Schemas / Property Schema Factories */ __export(require("./lib/moment-serialization-schema")); __export(require("./lib/moment-serialization-options")); /** * Tools / Helpers */ __export(require("./lib/serializr-helpers"));