UNPKG

199 BTypeScriptView Raw
1export declare function updateCache(cachePath: string, cache: any): Promise<void>;
2export declare function fetchCache(cachePath: string, cacheDuration: number, options: any): Promise<Array<string>>;