UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

7 lines (6 loc) 326 B
import type { RepoCache, RepoCacheData } from './types'; export declare function resetCache(): void; export declare function setCache(cache: RepoCache): void; export declare function getCache(): RepoCacheData; export declare function saveCache(): Promise<void>; export declare function isCacheModified(): boolean | undefined;