UNPKG

@ui5/task-adaptation

Version:

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

13 lines (12 loc) 343 B
export default class MetadataJsonReferenceUtil { private json; private aliases; private namespaces; constructor(json: any); aliasToNamespace(target: string): string; namespaceToAlias(target: string): string; private convertReference; private getAliases; private getNamespaces; private initReferences; }