UNPKG

332 BTypeScriptView Raw
1import type { Result } from './types';
2/**
3 * Get formatted commit message
4 * @param input object containing structured results
5 * @param debug show debug information in commit message
6 * @return formatted debug message
7 */
8export default function format(input: Result, debug?: boolean): string;
9//# sourceMappingURL=format.d.ts.map
\No newline at end of file