0.1.3 • Published 7 years ago

chrome-remote-interface-flowtype v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

chrome-remote-interface-flowtype

provide a chrome-remote-interface library type at using flowtype

npm version CircleCI

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