get-history-commits.d.ts 191 B

1234567
  1. export declare function getHistoryCommits(options: {
  2. from?: string;
  3. to?: string;
  4. }, opts?: {
  5. cwd?: string;
  6. }): Promise<string[]>;
  7. //# sourceMappingURL=get-history-commits.d.ts.map