@ui5/task-adaptation
Version:
Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment
4 lines (3 loc) • 357 B
TypeScript
export declare function rename(content: string, references: string[], replacement: string): string;
export declare function renameMap(content: string, references: Map<string, string>, ignoreInStrings: string[]): string;
export declare function renameResources(files: ReadonlyMap<string, string>, search: string[], replacement: string): Map<string, string>;