UNPKG

@commitlint/read

Version:

Read commit messages from a specified range or last edit

5 lines 221 B
import gitRawCommits from 'git-raw-commits'; export declare function getHistoryCommits(options: gitRawCommits.GitOptions, opts?: { cwd?: string; }): Promise<string[]>; //# sourceMappingURL=get-history-commits.d.ts.map