UNPKG

fork-ts-checker-webpack-plugin

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