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.

10 lines (6 loc) 182 B
/* @flow */ /* eslint-disable no-empty */ declare module 'codemirror' { declare function exports(el: any, options: ?Object): void; } declare module 'codemirror/mode/jsx/jsx' {}