Files
Arbitrate-FrontendH5/node_modules/arch/index.d.ts
T

5 lines
57 B
TypeScript
Raw Normal View History

2024-01-18 10:46:33 +08:00
declare function arch(): 'x64' | 'x86';
export = arch;