diff options
Diffstat (limited to 'desktop/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts')
-rw-r--r-- | desktop/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts b/desktop/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts new file mode 100644 index 0000000..d1c8b39 --- /dev/null +++ b/desktop/node_modules/cross-spawn-windows-exe/dist/src/index.d.ts @@ -0,0 +1,5 @@ +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"; |