📄 Formatter.d.ts
/home/palash/git/site/node_modules/fork-ts-checker-webpack-plugin/lib/formatter/Formatter.d.ts
Language: ts • Lines: 3
import { Issue } from '../issue';
declare type Formatter = (issue: Issue) => string;
export { Formatter };