UNPKG

fork-ts-checker-webpack-plugin

Version:
5 lines (4 loc) 189 B
import type { Issue } from '../issue'; declare type Formatter = (issue: Issue) => string; declare type FormatterPathType = 'relative' | 'absolute'; export { Formatter, FormatterPathType };