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.

6 lines (4 loc) 127 B
/* @flow */ declare module 'webpack-combine-loaders' { declare function exports(loaders: Array<string | Object>): string; }