xml-from-object
Version:
Easy, highly typed and customizable way to build your xml using JS/TS plain objects.
14 lines (13 loc) • 306 B
text/typescript
export {
FromObjectHeader,
FromObjectParams,
FromObjectSchema,
FromObjectCustomHeader,
FromObjectManagedHeader,
SchemaFieldOptions,
SchemaFieldValue,
SchemaFieldAttributes,
SchemaFieldConfig,
SchemaOf,
} from "./types";
export { XmlFromObject, xmlFromObject } from "./xml-from-object";