UNPKG

code-story

Version:

Get your code activity log for standup from git

7 lines (6 loc) 257 B
import { GitlogOptions } from '@project-types/gitlog'; /** * Get breach name from source by commit hash */ declare const getBranchNameByCommitHash: (commitHash: string, options: GitlogOptions) => Promise<string>; export default getBranchNameByCommitHash;