UNPKG

@modern-js/module-tools

Version:

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

4 lines (3 loc) 158 B
import type { CliPlugin } from '@modern-js/core'; import type { ModuleTools } from './types'; export declare const moduleTools: () => CliPlugin<ModuleTools>;