lotus / node_modules /arch /index.d.ts
k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame
57 Bytes
declare function arch(): 'x64' | 'x86';
export = arch;