UNPKG

branch-remover

Version:

A small application for quickly removing unnecessary branches from GitHub.

3 lines (2 loc) 168 B
import { BranchRemoveCancelationReason } from '../Core'; export declare const branchRemoveCancelationReasonFormatter: (value: BranchRemoveCancelationReason) => string;