index.d.ts 57 Bytes Raw Blame History Permalink 1 2 3 4 declare function arch(): 'x64' | 'x86'; export = arch;