amis-rpc-design/node_modules/fork-ts-checker-webpack-plugin/lib/formatter/formatter.d.ts

5 lines
189 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import type { Issue } from '../issue';
declare type Formatter = (issue: Issue) => string;
declare type FormatterPathType = 'relative' | 'absolute';
export { Formatter, FormatterPathType };