@bjesuiter/serializr-helpers
Version:
Provides some helper functions and serialization PropertySchemas for mobxjs/serializr - library
14 lines (13 loc) • 315 B
TypeScript
/**
* Serializr Property Schemas / Property Schema Factories
*/
export * from "./lib/moment-serialization-schema";
export * from "./lib/moment-serialization-options";
/**
* General JSON Type for Typescript
*/
export * from "./lib/json-types";
/**
* Tools / Helpers
*/
export * from "./lib/serializr-helpers";