Recipe-app main
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { ModuleLoader } from './module-loader';
|
||||
/**
|
||||
* Loads a module using `await require(id)`.
|
||||
*/
|
||||
export declare class NodeModuleLoader implements ModuleLoader {
|
||||
load<M>(id: string): Promise<M>;
|
||||
}
|
||||
Reference in New Issue
Block a user