Update documentation to explain that a Type is needed for typescript to get "options" of an exchange working.
See original GitHub issueHi,
Great library!
Maybe we could update the documentation, I had to install the following to get code completion working on options of an exchange in the Options
yarn add @types/amqplib -D
Cheers
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

#367 contains an improvement on how the types are being imported and its already merged to master so once @WonderPanda is available to deploy a new version you’ll be able to see the types being working as expected
No worries, as I say if I install them in my own project then it works…
Ohh, I noticed one other thing as well, its not urgent - well none of these are, everything works great…
But there is a definition of “channels” that you can pass, there are no types fro this i.e.
Thanks again for a great library, its saved me a lot of effort wrapping rabbitmq.