UNPKG

335 BTypeScriptView Raw
1interface GetCommitMessageOptions {
2 cwd?: string;
3 from?: string;
4 fromLastTag?: boolean;
5 to?: string;
6 last?: boolean;
7 edit?: boolean | string;
8 gitLogArgs?: string;
9}
10export default function getCommitMessages(settings: GetCommitMessageOptions): Promise<string[]>;
11export {};
12//# sourceMappingURL=read.d.ts.map
\No newline at end of file