UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 133 B
import * as execa from 'execa'; declare function getCurrentGitBranch(): Promise<execa.Result<{}>>; export { getCurrentGitBranch };