UNPKG

code-story

Version:

Get your code activity log for standup from git

5 lines (4 loc) 209 B
import { Commit } from '@project-types/entities'; import { Options } from '@project-types/options'; declare const renderCommitInfo: (commit: Commit, options: Options) => void; export default renderCommitInfo;