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.

3 lines (2 loc) 131 B
import { ClassToXmlOptions } from './types'; export declare function classToXml(entity: any, options?: ClassToXmlOptions): string;