.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Loads a given module for a given ID.
|
||||
*/
|
||||
export interface ModuleLoader {
|
||||
load<M = any>(id: string): Promise<M>;
|
||||
}
|
||||
Reference in New Issue
Block a user