UNPKG

@modern-js/module-tools

Version:

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

4 lines (3 loc) 260 B
import type { PluginAPI } from '@modern-js/core'; import type { BuildCommandOptions, ModuleContext, ModuleTools } from './types'; export declare const build: (api: PluginAPI<ModuleTools>, options: BuildCommandOptions, context: ModuleContext) => Promise<void>;