UNPKG

git-notify

Version:

Communicate important updates to your team via git commit messages

8 lines (7 loc) 210 B
export declare type Lifecycle = 'merge' | 'rewrite' | 'checkout' | 'since'; export declare type Flags = { simple: boolean | void; toast: boolean | void; prefix: string; color: string; };