UNPKG

code-story

Version:

Get your code activity log for standup from git

4 lines (3 loc) 179 B
import { ReflogRecord } from '@project-types/entities'; declare const getCommitReflog: (commitHash: string, reflogData: string) => ReflogRecord[]; export default getCommitReflog;