UNPKG

gitversionjs

Version:

Auto-generates SemVer versions from Git tags and branches, GitFlow-style.

3 lines (2 loc) 110 B
import { GitVersionInfo } from "./version.js"; export declare function gitversion(): Promise<GitVersionInfo>;