UNPKG

@modern-js/module-tools

Version:

Simple, powerful, high-performance modern npm package development solution.

9 lines (8 loc) 387 B
import type { PluginAPI } from '@modern-js/core'; import type { BaseBuildConfig, BuildCommandOptions, ModuleTools } from '../types'; import type { ModuleContext } from '../types/context'; export declare const run: (options: { cmdOptions: BuildCommandOptions; normalizedBuildConfig: BaseBuildConfig[]; context: ModuleContext; }, api: PluginAPI<ModuleTools>) => Promise<void>;