amqplib-flow
v1.1.0
Published
amqp.node type declarations for Flow
Downloads
60
Readme
amqplib-flow
amqp.node type declarations for Flow
Only promise-based API is supported
Installation
Install via npm:
npm install --save amqplib-flow
Then add a line to [libs]
section of yout .flowconfig
:
[libs]
...
node_modules/amqplib-flow/types.js
...
License
MIT