UNPKG

@modern-js/module-tools

Version:

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

10 lines (9 loc) 280 B
import type { ICompiler, ITsconfig } from '../../types'; export declare const swcTransform: (userTsconfig: ITsconfig) => { name: string; apply(compiler: ICompiler): void; }; export declare const swcRenderChunk: { name: string; apply(compiler: ICompiler): void; };