UNPKG

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