flow-interfaces-underscore

Flow interfaces for Underscore


Keywords
Flow, Underscore
License
MIT
Install
bower install flow-interfaces-underscore

Documentation

flow-interfaces-underscore

Flow interfaces allowing the use of Facebook's Flow with projects using the Underscore.js library.

Usage

  • bower install --save flow-interfaces-underscore
  • npm install --save flow-interfaces-underscore
  • flow init at the root of your project
  • Add a .flowconfig file with content that resembles:
[libs]
path/to/this/package/interfaces/
  • Run flow on your project

For more information, see Flow