UNPKG

@modern-js/module-tools

Version:

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

4 lines (3 loc) 154 B
import type { Plugin } from 'esbuild'; import type { ICompiler } from '../../types'; export declare const adapterPlugin: (compiler: ICompiler) => Plugin;