UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

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