UNPKG

@robotical/martyblocks

Version:
10 lines 288 B
interface GetCommitMessageOptions { cwd?: string; from?: string; to?: string; edit?: boolean | string; gitLogArgs?: string; } export default function getCommitMessages(settings: GetCommitMessageOptions): Promise<string[]>; export {}; //# sourceMappingURL=read.d.ts.map