tapDoneToAsyncGetIssues.d.ts 427 B

12345
  1. import webpack from 'webpack';
  2. import { ForkTsCheckerWebpackPluginConfiguration } from '../ForkTsCheckerWebpackPluginConfiguration';
  3. import { ForkTsCheckerWebpackPluginState } from '../ForkTsCheckerWebpackPluginState';
  4. declare function tapDoneToAsyncGetIssues(compiler: webpack.Compiler, configuration: ForkTsCheckerWebpackPluginConfiguration, state: ForkTsCheckerWebpackPluginState): void;
  5. export { tapDoneToAsyncGetIssues };