cloud-on-prem / flow-interfaces-chrome

Flow interface declarations for the Chrome extensions API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flow-interfaces-chrome

Flow interface declarations for the Chrome extensions API. Provides type declarations for the chrome variable and Chrome object types.

Usage

NPM

npm install --save-dev flow-interfaces-chrome

Flow Config

Add the interfaces to your .flowconfig:

[libs]
node_modules/flow-interfaces-chrome/interfaces/

Types

Detailed object types described in the Chrome extension docs are also available.

These types are prefixed with chrome$, e.g. chrome$Event.

About

Flow interface declarations for the Chrome extensions API


Languages

Language:JavaScript 100.0%