UNPKG

code-story

Version:

Get your code activity log for standup from git

7 lines (6 loc) 247 B
import { BranchInfo } from '@project-types/entities'; /** * Get breach name from source by commit hash */ declare const getBranchInfoByCommitHash: (commitHash: string, gitLogData: string) => BranchInfo; export default getBranchInfoByCommitHash;