UNPKG

renovate

Version:

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

4 lines (3 loc) 252 B
import type { PrCache } from '../../../../util/cache/repository/types'; export declare function getPrCache(branchName: string): PrCache | null; export declare function setPrCache(branchName: string, bodyFingerprint: string, prModified: boolean): void;