UNPKG

webcompiler

Version:

Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.

11 lines (9 loc) 282 B
/* @flow */ declare module 'webpack-dev-server' { declare class exports { app: ExpressApplication; constructor(webpack: Object): void; use(...callback: ExpressMiddleware[]): void; listen(port: number, host: string, callback: (error: ?Error) => void): void; } }