Foo-Foo-MQ / foo-foo-mq

Abstractions around RabbitMQ
MIT License
48 stars 24 forks source link

feat: typescript support #34

Closed grimurd closed 2 years ago

grimurd commented 2 years ago

I wrote these typescript types several years ago and have been using them without any problems thus far.

They were written mostly using the publicly documented api with some additions made after going through the code where documentation was missing.

ACA-Alexandre commented 2 years ago

I am also interested by a TypeScript support 🙂

zlintz commented 2 years ago

Thanks for providing this. It is definitely something @auroq and I have been talking about doing as well

@auroq This seems reasonable to me, any thoughts

MartianH commented 2 years ago

Is there any progress on this? @grimurd @zlintz @auroq

zlintz commented 1 year ago

This is merged to master and will go out with the next release. It is possible the names of the types may change if/when the codebase moves to typescript