UNPKG

@modern-js/module-tools-v2

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

3 lines 216 B
import type { PluginAPI } from '@modern-js/core'; import type { ModuleToolsHooks, ModuleContext } from '../types'; export declare const initModuleContext: (api: PluginAPI<ModuleToolsHooks>) => Promise<ModuleContext>;