initial
This commit is contained in:
11
ts/drivers/index.ts
Normal file
11
ts/drivers/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Driver Management Module
|
||||
*
|
||||
* Exports all driver detection and installation functionality.
|
||||
*/
|
||||
|
||||
export { BaseDriver, type IDriverInstallOptions } from './base-driver.ts';
|
||||
export { NvidiaDriver } from './nvidia.ts';
|
||||
export { AmdDriver } from './amd.ts';
|
||||
export { IntelDriver } from './intel.ts';
|
||||
export { DriverManager } from './driver-manager.ts';
|
||||
Reference in New Issue
Block a user