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