summaryrefslogtreecommitdiff
path: root/desktop/node_modules/cross-spawn-windows-exe/dist/src/arch.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/node_modules/cross-spawn-windows-exe/dist/src/arch.d.ts')
-rw-r--r--desktop/node_modules/cross-spawn-windows-exe/dist/src/arch.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/node_modules/cross-spawn-windows-exe/dist/src/arch.d.ts b/desktop/node_modules/cross-spawn-windows-exe/dist/src/arch.d.ts
new file mode 100644
index 0000000..9bccafd
--- /dev/null
+++ b/desktop/node_modules/cross-spawn-windows-exe/dist/src/arch.d.ts
@@ -0,0 +1,6 @@
+/**
+ * Determines whether the given architecture is a 64-bit arch.
+ *
+ * @param arch - a Node.js-style architecture name
+ */
+export declare function is64BitArch(arch: string): boolean;