UNPKG

sonda

Version:

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

7 lines (6 loc) 249 B
import { UserOptions } from "sonda"; import { AstroIntegration } from "astro"; //#region src/entrypoints/astro.d.ts declare function SondaAstroPlugin(userOptions?: UserOptions): AstroIntegration; //#endregion export { SondaAstroPlugin as default };