tap-after-environment-to-patch-watching.d.ts 282 B

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