UNPKG

365 BTypeScriptView Raw
1import * as webpack from 'webpack';
2import { TSInstance } from './interfaces';
3/**
4 * Make function which will manually update changed files
5 */
6export declare function makeWatchRun(instance: TSInstance, loader: webpack.loader.LoaderContext): (compiler: webpack.Compiler, callback: (err?: Error | undefined) => void) => void;
7//# sourceMappingURL=watch-run.d.ts.map
\No newline at end of file