Cypress_TS/CyLukTs/lukan/node_modules/arch/index.d.ts

5 lines
57 B
TypeScript
Raw Permalink Normal View History

2023-08-15 16:35:50 +00:00
declare function arch(): 'x64' | 'x86';
export = arch;