miketalbot/js-coroutines

Typescript definitions?

Closed this issue · 3 comments

Any plans to either convert to typescript, or provide typescript definitions? Thanks!

Hey there are typings in there. Do they not show up?

Ok, the typings are in there as jscoroutines.d.ts in the dist/es6 folder. The package.json "typings" was pointing there, I've also pointed "types" there in 2.1.56. I may be missing a trick on how to get that to show up correctly. Let me know if you can see them.

Oops! Yeah I didnt even go looking for them in the source because they didn't show up for me in practice. I'll take a look today and see if those are showing up. Thanks!