UNPKG

199 BTypeScriptView Raw
1import { TRepoGitBump, TRepoPackageBump } from '@auto/utils';
2import { TRepoLog } from './types';
3export declare const getRepoLog: (packageBump: TRepoPackageBump, gitBump: TRepoGitBump) => TRepoLog;