UNPKG

git-goose

Version:

a mongoose plugin that enables git like change tracking

5 lines (4 loc) 110 B
export * from './commit'; export * from './git'; export * from './patch'; export type Nullable<T> = T | null;