amis-rpc-design/node_modules/fork-ts-checker-webpack-plugin/lib/hooks/tap-error-to-log-message.d.ts
2023-10-07 19:42:30 +08: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 };