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) 147 B
export default class UrlUtil { static join(relativeUrl: string, parentUrl: string): string; static getResourcePath(url: string): string; }