UNPKG
llm-commit
Version:
latest (2.3.0)
2.3.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Turns diffs into concise, readable git commit messages
github.com/conradbkay/llm-commit
llm-commit
/
lib
/
historical.d.ts
2 lines
•
228 B
TypeScript
View Raw
1
2
export
declare
const
editPriorCommits
:
(
genMessage
: () =>
Promise
<
string
>,
after
?:
Date
) =>
Promise
<
readonly
(
import
(
"simple-git"
).
DefaultLogFields
&
import
(
"simple-git"
).
ListLogLine
)[]>;
//# sourceMappingURL=historical.d.ts.map