UNPKG

fork-ts-checker-webpack-plugin

Version:
4 lines (3 loc) 156 B
import type { Stats } from 'webpack'; import type { Issue } from '../issue'; export declare function statsFormatter(issues: Issue[], stats: Stats): string;