@modern-js/module-tools
Version:
Simple, powerful, high-performance modern npm package development solution.
5 lines (4 loc) • 467 B
TypeScript
import type { RollupWatcher } from '../../../compiled/rollup';
import type { GeneratorDtsConfig, ModuleTools, PluginAPI } from '../../types';
export type { RollupWatcher };
export declare const runRollup: (api: PluginAPI<ModuleTools>, { distPath, tsconfigPath, externals, input, watch, abortOnError, respectExternal, appDirectory, footer, banner, dtsExtension, }: GeneratorDtsConfig) => Promise<RollupWatcher | import("../../../compiled/rollup").RollupBuild | null>;