UNPKG

@typed/test

Version:
3 lines (2 loc) 262 B
import Webpack from 'webpack'; export declare function watchFile(cwd: string, input: string, output: string, extendConfiguration: (config: Webpack.Configuration) => Webpack.Configuration, cb: (stats: Webpack.Stats) => void, error: (error: Error) => void): void;