UNPKG

vite

Version:

Native-ESM powered web dev build tool

4 lines (3 loc) 164 B
import type { Plugin } from 'rollup'; import type { ResolvedConfig } from '../config'; export declare function buildReporterPlugin(config: ResolvedConfig): Plugin;