1.2.8 • Published 7 years ago

@anvilabs/flow-libdefs v1.2.8

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

@anvilabs/flow-libdefs

Build Status Version devDependency Status semantic-release

Incomplete flow library interface definitions we use in our projects.

Installation

First, install the package by running:

$ yarn add @anvilabs/flow-libdefs --dev
# or
$ npm install @anvilabs/flow-libdefs --save-dev

Then add the following to your .flowconfig:

...
[libs]
node_modules/@anvilabs/flow-libdefs/definitions/
...

Alternatively, add definitions for each library separately:

...
[libs]
node_modules/@anvilabs/flow-libdefs/definitions/lodash.js
node_modules/@anvilabs/flow-libdefs/definitions/recompact.js
...

Contributing

Pull requests for existing interfaces are welcome. If you plan on adding a new one, please contribute to https://github.com/flowtype/flow-typed.

License

MIT License © Anvilabs LLC

1.2.8

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago