UNPKG

fork-ts-checker-webpack-plugin

Version:
9 lines (8 loc) 357 B
import type { Formatter, FormatterPathType } from './formatter'; import type { FormatterOptions } from './formatter-options'; type FormatterConfig = { format: Formatter; pathType: FormatterPathType; }; declare function createFormatterConfig(options: FormatterOptions | undefined): FormatterConfig; export { FormatterConfig, createFormatterConfig };