UNPKG

@mdcc/at-json

Version:

A declarative mapper to and from JSON.

4 lines (3 loc) 446 B
export { IJsonClassOptions, JsonArray, JsonArrayOfComplexProperty, JsonClass, JsonComplexProperty, JsonMap, JsonProperty, MapDecoratorInput, makeCustomDecorator, } from './decorators'; export { AfterDeserialize, Constructable, CustomSerialize, DecoratorInputWithCustomFunctions, DecoratorInputWithoutCustomFunctions, IMappingFunctions, IMappingOptions, IMappingOptionsExtra, Mapping, } from './interfaces'; export { JsonMapper } from './mapper';