Files
modelgrid/ts/hardware/index.ts

9 lines
186 B
TypeScript
Raw Permalink Normal View History

2026-01-30 03:16:57 +00:00
/**
* Hardware Detection Module
*
* Exports all hardware detection functionality.
*/
export { GpuDetector } from './gpu-detector.ts';
export { SystemInfo } from './system-info.ts';