UNPKG

renovate

Version:

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

3 lines (2 loc) 200 B
import type { GithubHttp } from '../http/github'; export declare function findCommitOfTag(registryUrl: string | undefined, packageName: string, tag: string, http: GithubHttp): Promise<string | null>;