UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

9 lines (8 loc) 243 B
export declare function getRepoOwnerAndNameFromGitRemotes({ accessToken, githubApiBaseUrlV4, cwd, }: { accessToken: string; githubApiBaseUrlV4?: string; cwd: string; }): Promise<{ repoOwner?: string; repoName?: string; }>;