UNPKG

vite

Version:

Native-ESM powered web dev build tool

4 lines (3 loc) 159 B
import type { ResolvedConfig } from '../config'; import type { Plugin } from '../plugin'; export declare const wasmPlugin: (config: ResolvedConfig) => Plugin;