- import type webpack from 'webpack';
- import type { ForkTsCheckerWebpackPluginState } from '../plugin-state';
- declare function tapAfterEnvironmentToPatchWatching(compiler: webpack.Compiler, state: ForkTsCheckerWebpackPluginState): void;
- export { tapAfterEnvironmentToPatchWatching };
|