UNPKG

@modern-js/module-tools

Version:

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

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