initial
This commit is contained in:
8
ts/hardware/index.ts
Normal file
8
ts/hardware/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Hardware Detection Module
|
||||
*
|
||||
* Exports all hardware detection functionality.
|
||||
*/
|
||||
|
||||
export { GpuDetector } from './gpu-detector.ts';
|
||||
export { SystemInfo } from './system-info.ts';
|
||||
Reference in New Issue
Block a user