UNPKG

xml-class-transformer

Version:

Fluently parse XML into beautiful JS/TS classes and serialize them. GoLang's encoding/xml alternative for JS/TS world.

4 lines 264 B
export { classToXml, xmlToClass } from './xml-class-transformer'; export { XmlEntity, XmlProperty } from './decorators'; export type { AnyClass, ClassToXmlOptions, XmlEntityOptions, XmlPropertyOptions, XmlType, } from './types'; //# sourceMappingURL=index.d.ts.map