UNPKG

standard-commit

Version:
9 lines (8 loc) 163 B
export interface CommitMessage { type?: string; scope?: string; subject?: string; body?: string[]; breaking?: string; issues?: string[]; }