UNPKG

sonda

Version:

Universal bundle analyzer and visualizer that 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 };