UNPKG

sonda

Version:

Universal visualizer and analyzer for JavaScript and CSS bundles. Works with most popular bundlers and frameworks.

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