amis-rpc-design/node_modules/fork-ts-checker-webpack-plugin/lib/hooks/tap-stop-to-terminate-workers.d.ts
2023-10-07 19:42:30 +08:00

6 lines
367 B
TypeScript

import type webpack from 'webpack';
import type { ForkTsCheckerWebpackPluginState } from '../plugin-state';
import type { RpcWorker } from '../rpc';
declare function tapStopToTerminateWorkers(compiler: webpack.Compiler, getIssuesWorker: RpcWorker, getDependenciesWorker: RpcWorker, state: ForkTsCheckerWebpackPluginState): void;
export { tapStopToTerminateWorkers };