UNPKG

sonda

Version:

Universal bundle analyzer and visualizer that works with most popular bundlers and frameworks.

7 lines (6 loc) 252 B
import { UserOptions } from "sonda"; import { PluginOption } from "vite"; //#region src/entrypoints/sveltekit.d.ts declare function SondaSvelteKitPlugin(userOptions?: UserOptions): PluginOption; //#endregion export { SondaSvelteKitPlugin as default };