7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
export declare function getHistoryCommits(options: {
|
|
from?: string;
|
|
to?: string;
|
|
}, opts?: {
|
|
cwd?: string;
|
|
}): Promise<string[]>;
|
|
//# sourceMappingURL=get-history-commits.d.ts.map
|