amis-rpc-design/node_modules/fork-ts-checker-webpack-plugin/lib/hooks/tap-after-environment-to-patch-watching.d.ts

5 lines
282 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import type webpack from 'webpack';
import type { ForkTsCheckerWebpackPluginState } from '../plugin-state';
declare function tapAfterEnvironmentToPatchWatching(compiler: webpack.Compiler, state: ForkTsCheckerWebpackPluginState): void;
export { tapAfterEnvironmentToPatchWatching };