UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

6 lines (5 loc) 211 B
export declare function fetchAuthorId({ accessToken, author, githubApiBaseUrlV4, }: { accessToken: string; author: string | null; githubApiBaseUrlV4?: string; }): Promise<string | null | undefined>;