UNPKG

xml-from-object

Version:

Easy, highly typed and customizable way to build your xml using JS/TS plain objects.

3 lines (2 loc) 286 B
export { FromObjectHeader, FromObjectParams, FromObjectSchema, FromObjectCustomHeader, FromObjectManagedHeader, SchemaFieldOptions, SchemaFieldValue, SchemaFieldAttributes, SchemaFieldConfig, SchemaOf, } from "./types"; export { XmlFromObject, xmlFromObject } from "./xml-from-object";