UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

3 lines (2 loc) 134 B
import type { RequestError } from '@octokit/request-error'; export declare function getGithubV3ErrorMessage(e: RequestError): string;