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