UNPKG

rollup-plugin-stats

Version:
5 lines (4 loc) 239 B
import type { Plugin as RollupPlugin, OutputOptions as RollupOutputOptions } from 'rollup'; import type { Plugin as VitePlugin } from 'vite'; export type Plugin = VitePlugin & RollupPlugin; export type OutputOptions = RollupOutputOptions;