UNPKG

@logicflow/extension

Version:
8 lines (7 loc) 126 B
/** * xml 转 json * @param xmlData * @returns */ declare const lfXml2Json: (xmlData: any) => any; export { lfXml2Json };