UNPKG

@ossjs/release

Version:

Minimalistic, opinionated, and predictable release automation tool.

4 lines 143 B
//#region src/utils/git/get-current-branch.d.ts declare function getCurrentBranch(): Promise<string>; //#endregion export { getCurrentBranch };