4 lines
300 B
TypeScript
4 lines
300 B
TypeScript
import * as webpack from 'webpack';
|
|
import { TSInstance } from './interfaces';
|
|
export declare function makeAfterCompile(instance: TSInstance, configFilePath: string | undefined): (compilation: webpack.compilation.Compilation, callback: () => void) => void;
|
|
//# sourceMappingURL=after-compile.d.ts.map
|