UNPKG

255 BTypeScriptView Raw
1export interface CommitMessageData {
2 header: string;
3 body?: string | null;
4 footer?: string | null;
5}
6export declare const buildCommitMesage: ({ header, body, footer, }: CommitMessageData) => string;
7//# sourceMappingURL=commit-message.d.ts.map
\No newline at end of file