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
/
postprocess.js
5 lines
•
166 B
JavaScript
View Raw
1
2
3
4
5
import
{ unwrapResult }
from
'@promptbook/utils'
;
export
const
postprocess
= (
output
) => {
return
unwrapResult
(output); };
//# sourceMappingURL=postprocess.js.map