UNPKG

simple-git

Version:

Simple GIT interface for node.js

8 lines (7 loc) 400 B
export { CleanOptions } from './tasks/clean'; export { CheckRepoActions } from './tasks/check-is-repo'; export { ResetMode } from './tasks/reset'; export { GitConstructError } from './errors/git-construct-error'; export { GitError } from './errors/git-error'; export { GitResponseError } from './errors/git-response-error'; export { TaskConfigurationError } from './errors/task-configuration-error';