UNPKG

arc-vite

Version:

Declaratively bundle and execute code specific to your users ARC and Vite.

4 lines (3 loc) 196 B
import type { Plugin } from "vite"; import { type InternalPluginOptions } from "../utils/options"; export declare function pluginServe({ flagSets, forceFlagSet, }: InternalPluginOptions): Plugin;