UNPKG

fork-ts-checker-webpack-plugin

Version:
6 lines (5 loc) 372 B
import type * as 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 };