UNPKG

@modern-js/module-tools

Version:

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

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