Skip to content

Commit 4d590a9

Browse files
authored
Merge pull request #17 from xiaoxiangmoe/master
2 parents f2d2a61 + 16e9fe0 commit 4d590a9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
declare function arch(): 'x64' | 'x86';
3+
4+
export = arch;

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "https://feross.org"
99
},
1010
"browser": "browser.js",
11+
"types": "./index.d.ts",
1112
"bugs": {
1213
"url": "https://github.com/feross/arch/issues"
1314
},

0 commit comments

Comments
 (0)