UNPKG

bumpp

Version:

Bump version, commit changes, tag, and push to Git

8 lines (6 loc) 167 B
/** * The main entry point of the CLI */ declare function main(): Promise<void>; declare function checkGitStatus(): Promise<void>; export { checkGitStatus, main };