https://github.com/teitei-tk/chrome-remote-interface-flowtype
provide a chrome-remote-interface library type at using flowtype
https://github.com/teitei-tk/chrome-remote-interface-flowtype
chrome chrome-remote-interface flowtype headless-chrome
Last synced: 6 months ago
JSON representation
provide a chrome-remote-interface library type at using flowtype
- Host: GitHub
- URL: https://github.com/teitei-tk/chrome-remote-interface-flowtype
- Owner: teitei-tk
- License: mit
- Created: 2017-07-04T02:29:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T01:24:20.000Z (almost 9 years ago)
- Last Synced: 2025-02-24T14:02:26.461Z (over 1 year ago)
- Topics: chrome, chrome-remote-interface, flowtype, headless-chrome
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chrome-remote-interface-flowtype
provide a chrome-remote-interface library type at using flowtype
[](https://badge.fury.io/js/chrome-remote-interface-flowtype)
[](https://circleci.com/gh/teitei-tk/chrome-remote-interface-flowtype/tree/master)
## Dependencies
* flowtype 0.49.1 or latest
## Install
```bash
$ yarn add -D chrome-remote-interface-flowtype
```
or
```bash
$ npm install --save-dev chrome-remote-interface-flowtype
```
## Usage
```javascript
// @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