index.d.ts 57 B

12345
  1. declare function arch(): 'x64' | 'x86';
  2. export = arch;