UNPKG

ts-loader

Version:
4 lines (3 loc) 257 B
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;