File size: 57 Bytes
bc20498
 
 
 
1
2
3
4
5

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

export = arch;