UNPKG

standard-commit

Version:
7 lines (6 loc) 383 B
import { CommitMessage } from './commitmsg'; export declare function formatHeader(type: any, scope: any, subject: any): string; export declare function formatBreaking(change: string): string; export declare function formatIssues(issues: string[]): string; export declare function formatBody(body: string[]): any; export declare function formatMessage(commit: CommitMessage): string;