websocket-canvas/node_modules/arch/index.d.ts

5 lines
57 B
TypeScript
Raw Normal View History

2021-08-24 17:21:14 +00:00
declare function arch(): 'x64' | 'x86';
export = arch;