UNPKG

branch-remover

Version:

A small application for quickly removing unnecessary branches from GitHub.

5 lines (4 loc) 68 B
export declare type Commit = { hash: string; date: Date; };