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.

18 lines (16 loc) 318 B
/* @flow */ declare module 'jsdom' { declare function jsdom(): { defaultView: { navigator: any; document: { createRange(): { setEnd(): void; setStart(): void; getBoundingClientRect(): Object; getClientRects(): any[]; }; }; }; }; }