UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

3 lines (2 loc) 116 B
import { Commit } from '../entrypoint.api'; export declare function filterUnmergedCommits(commit: Commit): boolean;