UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

15 lines (14 loc) 341 B
type GithubV3Error = { name: string; status: number; documentation_url: string; message?: string; errors?: Array<{ resource: string; code: string; field: string; message?: string; }>; }; export declare function getGithubV3ErrorMessage(e: GithubV3Error): string | undefined; export {};