UNPKG

@ossjs/release

Version:

Minimalistic, opinionated, and predictable release automation tool.

6 lines (5 loc) 187 B
import { Commit } from "git-log-parser"; //#region src/utils/git/get-commit.d.ts declare function getCommit(hash: string): Promise<Commit | undefined>; //#endregion export { getCommit };