chrome-remote-interface-flowtype

0.1.3 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i chrome-remote-interface-flowtype

    Weekly Downloads

    2

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • teitei-tk