provide a chrome-remote-interface library type at using flowtype
- flowtype 0.49.1 or latest
$ yarn add -D chrome-remote-interface-flowtype
or
$ npm install --save-dev chrome-remote-interface-flowtype
// @flow
import type {
Debugger, DOM, Emulation,
Input, Network, Page,
Runtime, Security, Target
} from 'chrome-remote-interface-flowtype';
Bug reports and pull requests are welcome :) on GitHub at https://github.com/teitei-tk/chrome-remote-interface-flowtype
- MIT License