UNPKG

@modern-js/module-tools-v2

Version:

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

4 lines 303 B
import { PluginAPI } from '@modern-js/core'; import { ModuleContext } from '../types/context'; import { BuildCommandOptions, ModuleToolsHooks } from '../types'; export declare const buildPlatform: (options: BuildCommandOptions, api: PluginAPI<ModuleToolsHooks>, context: ModuleContext) => Promise<void>;