2024-04-26 21:28:51 +08:00

3 lines
88 B
TypeScript

import type { Plugin } from "vite";
export declare function virtual(): Promise<Plugin>;