aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/src/lib/plugins/spawn-options-plugin.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/simple-git/src/lib/plugins/spawn-options-plugin.d.ts')
-rw-r--r--node_modules/simple-git/src/lib/plugins/spawn-options-plugin.d.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/simple-git/src/lib/plugins/spawn-options-plugin.d.ts b/node_modules/simple-git/src/lib/plugins/spawn-options-plugin.d.ts
deleted file mode 100644
index 77770fe..0000000
--- a/node_modules/simple-git/src/lib/plugins/spawn-options-plugin.d.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-/// <reference types="node" />
-import { SpawnOptions } from 'child_process';
-import { SimpleGitPlugin } from './simple-git-plugin';
-export declare function spawnOptionsPlugin(spawnOptions: Partial<SpawnOptions>): SimpleGitPlugin<'spawn.options'>;