UNPKG

fork-ts-checker-webpack-plugin

Version:
5 lines (4 loc) 258 B
import type webpack from 'webpack'; import type { ForkTsCheckerWebpackPluginConfig } from '../plugin-config'; declare function tapErrorToLogMessage(compiler: webpack.Compiler, config: ForkTsCheckerWebpackPluginConfig): void; export { tapErrorToLogMessage };