UNPKG

git-commit-stamper

Version:

Updates a log file with selected last git commit data

3 lines (2 loc) 103 B
import { Commit } from 'git-last-commit'; export declare function getTheLastCommit(): Promise<Commit>;