UNPKG

rollup-plugin-visualizer

Version:

Visualize and analyze your bundle to quickly see which modules are taking up space.

4 lines (3 loc) 208 B
export type TemplateType = "sunburst" | "treemap" | "treemap-3d" | "network" | "raw-data" | "list" | "markdown" | "flamegraph"; declare const templates: ReadonlyArray<TemplateType>; export default templates;