blob: 8591b0d7fc6be9a90ff879d3206cc197545ea004 [file] [log] [blame]
import * as webpack from 'webpack';
import { TSInstance } from './interfaces';
/**
* Make function which will manually update changed files
*/
export declare function makeWatchRun(instance: TSInstance): (compiler: webpack.Compiler, callback: () => void) => void;