json2xml.d.ts 68 B

12
  1. declare function lfJson2Xml(o: any): string;
  2. export { lfJson2Xml };