UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

4 lines (3 loc) 187 B
export declare function getShortSha(sha: string): string; export declare function getFirstLine(message: string): string; export declare function stripPullNumber(message: string): string;