aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/src/lib/tasks/hash-object.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/simple-git/src/lib/tasks/hash-object.d.ts')
-rw-r--r--node_modules/simple-git/src/lib/tasks/hash-object.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/simple-git/src/lib/tasks/hash-object.d.ts b/node_modules/simple-git/src/lib/tasks/hash-object.d.ts
deleted file mode 100644
index cedf3e0..0000000
--- a/node_modules/simple-git/src/lib/tasks/hash-object.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { StringTask } from '../types';
-/**
- * Task used by `git.hashObject`
- */
-export declare function hashObjectTask(filePath: string, write: boolean): StringTask<string>;