xml2json.d.ts 73 B

12
  1. declare const lfXml2Json: (xmlData: any) => any;
  2. export { lfXml2Json, };