UNPKG

branch-remover

Version:

A small application for quickly removing unnecessary branches from GitHub.

8 lines (4 loc) 59 B
export type Commit = { hash: string; date: Date; };