@modern-js/module-tools
Version:
Simple, powerful, high-performance modern npm package development solution.
5 lines (4 loc) • 309 B
TypeScript
import type { PluginAPI } from '@modern-js/core';
import type { BuildCommandOptions, ModuleTools } from '../types';
import type { ModuleContext } from '../types/context';
export declare const buildPlatform: (options: BuildCommandOptions, api: PluginAPI<ModuleTools>, context: ModuleContext) => Promise<void>;