stats-formatter.d.ts 156 B

123
  1. import type { Stats } from 'webpack';
  2. import type { Issue } from '../issue';
  3. export declare function statsFormatter(issues: Issue[], stats: Stats): string;