aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/typings/types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/simple-git/typings/types.d.ts')
-rw-r--r--node_modules/simple-git/typings/types.d.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/simple-git/typings/types.d.ts b/node_modules/simple-git/typings/types.d.ts
deleted file mode 100644
index ff3b894..0000000
--- a/node_modules/simple-git/typings/types.d.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-export { RemoteWithoutRefs, RemoteWithRefs } from '../src/lib/responses/GetRemoteSummary';
-export { LogOptions, DefaultLogFields } from '../src/lib/tasks/log';
-
-export {
- outputHandler, Options, TaskOptions, SimpleGitOptions, SimpleGitProgressEvent, SimpleGitTaskCallback
-} from '../src/lib/types';
-
-export { ApplyOptions } from '../src/lib/tasks/apply-patch';
-export { CheckRepoActions } from '../src/lib/tasks/check-is-repo';
-export { CleanOptions, CleanMode } from '../src/lib/tasks/clean';
-export { CloneOptions } from '../src/lib/tasks/clone';
-export { GitConfigScope } from '../src/lib/tasks/config';
-export { GitGrepQuery, grepQueryBuilder } from '../src/lib/tasks/grep';
-export { ResetOptions, ResetMode } from '../src/lib/tasks/reset';