Files
Shifted/node_modules/fork-ts-checker-webpack-plugin/lib/hooks/tap-done-to-async-get-issues.d.ts
2026-02-10 01:14:19 +00:00

6 lines
376 B
TypeScript

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