UNPKG

@modern-js/module-tools-v2

Version:

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

3 lines 165 B
import type { CliPlugin } from '@modern-js/core'; import type { ModuleToolsHooks } from './types/hooks'; export declare const cli: () => CliPlugin<ModuleToolsHooks>;