UNPKG

166 BTypeScriptView Raw
1import { TPrefixes } from '@auto/utils';
2import { TRepoLog } from './types';
3export declare const getRepoMarkdownLog: (log: TRepoLog, prefixes: TPrefixes) => string;