Files
Shifted/node_modules/fork-ts-checker-webpack-plugin/lib/hooks/tap-error-to-log-message.d.ts
2026-02-10 01:14:19 +00:00

5 lines
258 B
TypeScript

import type webpack from 'webpack';
import type { ForkTsCheckerWebpackPluginConfig } from '../plugin-config';
declare function tapErrorToLogMessage(compiler: webpack.Compiler, config: ForkTsCheckerWebpackPluginConfig): void;
export { tapErrorToLogMessage };