5 lines
57 B

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