UNPKG

@ui5/task-adaptation

Version:

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

10 lines 302 B
export default class UI5MetadataJsonUtil { static getAnnotationsNode(json) { for (const key of Object.keys(json)) { if (json[key].$kind === "Schema") { return json[key].$Annotations; } } } } //# sourceMappingURL=ui5MetadataJsonUtil.js.map