UNPKG

sonda

Version:

Universal visualizer and analyzer for JavaScript and CSS bundles. 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 };