summaryrefslogtreecommitdiff
path: root/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cross-spawn-windows-exe/dist/src/index.d.ts')
-rw-r--r--node_modules/cross-spawn-windows-exe/dist/src/index.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts b/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts
deleted file mode 100644
index d1c8b39..0000000
--- a/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export { canRunWindowsExeNatively, CrossSpawnExeOptions, DetermineWrapperFunction, spawnWrapper as spawn, spawnWrapperFromFunction, WrapperError, } from "./wrapper";
-export { is64BitArch } from "./arch";
-export { normalizePath } from "./normalize-path";
-export { dotNetDependencyInstallInstructions, spawnDotNet } from "./dotnet";
-export { exeDependencyInstallInstructions, spawnExe } from "./exe";