UNPKG

branch-remover

Version:

A small application for quickly removing unnecessary branches from GitHub.

10 lines (5 loc) 99 B
export type ParameterInfoExample = { title?: string; example: string; notes?: string; };