UNPKG

ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

4 lines (3 loc) 275 B
export declare function generateKey(...valuesToConsider: string[]): Promise<string>; export declare function readCacheEntry(cachePath: string, key: string): Promise<any>; export declare function saveCacheEntry(cachePath: string, key: string, content: string): Promise<void>;