UNPKG

@ui5/task-adaptation

Version:

Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment

5 lines (4 loc) 114 B
export default class XmlUtil { static jsonToXml(json: any): string; static xmlToJson(xml: string): any; }