UNPKG

renovate

Version:

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

6 lines (5 loc) 213 B
import type { RepoCacheConfig } from './types'; /** * Extracted to separate file in order to avoid circular module dependencies. */ export declare function initRepoCache(config: RepoCacheConfig): Promise<void>;