UNPKG

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