We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2d2a61 + 16e9fe0 commit 4d590a9Copy full SHA for 4d590a9
index.d.ts
@@ -0,0 +1,4 @@
1
+
2
+declare function arch(): 'x64' | 'x86';
3
4
+export = arch;
package.json
@@ -8,6 +8,7 @@
8
"url": "https://feross.org"
9
},
10
"browser": "browser.js",
11
+ "types": "./index.d.ts",
12
"bugs": {
13
"url": "https://github.com/feross/arch/issues"
14
0 commit comments