UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

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