File size: 57 Bytes
4cadbaf
 
 
 
1
2
3
4
5

declare function arch(): 'x64' | 'x86';

export = arch;