summaryrefslogtreecommitdiff
path: root/desktop/node_modules/cross-spawn-windows-exe/dist/src/arch.d.ts
blob: 9bccafdf10b354ffc1869331630b5277c6d37885 (plain)
1
2
3
4
5
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;