UNPKG

renovate

Version:

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

3 lines (2 loc) 211 B
import type { PackageDependency } from './types'; export declare function applyGitSource(dep: PackageDependency, git: string, rev: string | undefined, tag: string | undefined, branch: string | undefined): void;