9 lines
186 B
TypeScript
9 lines
186 B
TypeScript
|
|
/**
|
||
|
|
* Hardware Detection Module
|
||
|
|
*
|
||
|
|
* Exports all hardware detection functionality.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export { GpuDetector } from './gpu-detector.ts';
|
||
|
|
export { SystemInfo } from './system-info.ts';
|