UNPKG

branch-remover

Version:

A small application for quickly removing unnecessary branches from GitHub.

3 lines (2 loc) 104 B
import { Branch } from '../Core'; export declare const branchInfoFormatter: (branch: Branch) => string;