kiwiirc / irc-framework

🛠️ A better IRC framework for node.js. For bots and full clients.
MIT License
182 stars 65 forks source link

Feature: TypeScript definitions #166

Open dbkaplun opened 6 years ago

dbkaplun commented 6 years ago

Hello,

It would be great if irc-framework had TypeScript definitions either in the repo itself or in DefinitelyTyped. This would make it easier to integrate with TypeScript.

Thanks for considering!

MyWay commented 6 years ago

I agree!

guyguy2001 commented 5 years ago

I am currently working on the typing for use in another open source project I'm working on. I will PR it once I finish it and test it.

prawnsalad commented 5 years ago

@guyguy2001 that would be awesome, thanks!

spreadred commented 4 years ago

Any update on this?

guyguy2001 commented 4 years ago

I haven't touched it for a while, as I've moved to another project while waiting for a bottleneck on the server I use. My progress is here (Note - you may need to use the eventEmitter types present in the parent folder). It is definitely useable, and I'm pretty sure it covered all of my needs for my project, but it isn't ready for a PR yet. Feel free to use it in any of your projects, or to create a PR based on it. I will probably finish it somewhen, but it could be a couple of months before I do.

dustinlacewell commented 3 years ago

@guyguy2001 we believe in you!