UNPKG

esinstall

Version:
4 lines (3 loc) 197 B
import { Plugin } from 'rollup'; import { DependencyStatsOutput } from '../types'; export declare function rollupPluginDependencyStats(cb: (dependencyInfo: DependencyStatsOutput) => void): Plugin;