UNPKG

@modern-js/module-tools

Version:

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

4 lines (3 loc) 248 B
import type { GeneratorDtsConfig, ModuleTools, PluginAPI } from '../../types'; export declare const removeTscLogTime: (log: string) => string; export declare const runTsc: (api: PluginAPI<ModuleTools>, config: GeneratorDtsConfig) => Promise<void>;