UNPKG

renovate

Version:

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

6 lines (5 loc) 254 B
import type { RepositoryCacheType } from '../../../../config/types'; import type { RepoCache } from '../types'; export declare class CacheFactory { static get(repository: string, repoFingerprint: string, cacheType: RepositoryCacheType): RepoCache; }