coronamap/node_modules/ts-loader/dist/watch-run.d.ts
2022-08-06 08:09:54 -07:00

7 lines
No EOL
304 B
TypeScript

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;
//# sourceMappingURL=watch-run.d.ts.map