UNPKG

@ui5/task-adaptation

Version:

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

7 lines (6 loc) 225 B
import CacheManager from "./cacheManager.js"; export default class BaseAppFilesCacheManager extends CacheManager { static METADATA_FILENAME: string; protected getTempId(): string; getMetadataFilename(): string; }