UNPKG

@knightly/vite

Version:

Native-ESM powered web dev build tool. It's fast.

6 lines (5 loc) 239 B
import { ServerPlugin } from '.'; export declare const moduleIdToFileMap: Map<any, any>; export declare const moduleFileToIdMap: Map<any, any>; export declare const moduleRE: RegExp; export declare const moduleResolvePlugin: ServerPlugin;