ft_transcendence/pong/node_modules/fork-ts-checker-webpack-plugin/lib/hooks/tap-after-environment-to-patch-watching.d.ts
2023-05-02 19:15:50 +02:00

5 lines
282 B
TypeScript

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