UNPKG

@logicflow/extension

Version:
9 lines (8 loc) 192 B
declare function handleAttributes(o: any): any; /** * json 转 xml * @param o object * @returns */ declare function lfJson2Xml(o: Object): string; export { lfJson2Xml, handleAttributes };