Page MenuHomec4science

tapAfterCompileToAddDependencies.d.ts
No OneTemporary

File Metadata

Created
Thu, Mar 6, 06:45

tapAfterCompileToAddDependencies.d.ts

import webpack from 'webpack';
import { ForkTsCheckerWebpackPluginConfiguration } from '../ForkTsCheckerWebpackPluginConfiguration';
import { ForkTsCheckerWebpackPluginState } from '../ForkTsCheckerWebpackPluginState';
declare function tapAfterCompileToAddDependencies(compiler: webpack.Compiler, configuration: ForkTsCheckerWebpackPluginConfiguration, state: ForkTsCheckerWebpackPluginState): void;
export { tapAfterCompileToAddDependencies };

Event Timeline