UNPKG

code-story

Version:

Get your code activity log for standup from git

6 lines (5 loc) 279 B
import { Commit } from '@project-types/entities'; import { GitLogCommit } from '@project-types/gitlog'; import { Options } from '@project-types/options'; declare const ensureCommits: (commits: GitLogCommit[], options: Options) => Promise<Commit[]>; export default ensureCommits;