UNPKG

@modern-js/module-tools

Version:

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

6 lines (5 loc) 140 B
import { type ICompiler } from '../../types'; export declare const minify: { name: string; apply: (compiler: ICompiler) => void; };