UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

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