index.d.ts 57 B

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