UNPKG

git-goose

Version:

a mongoose plugin that enables git like change tracking

4 lines (3 loc) 204 B
export { GitGlobalConfig, Patchers, type ContextualGitConfig } from './config'; export { committable, git as default, git } from './plugin'; export type { Commit, CommittableModel, Diff } from './types';