js-queue
js-queue copied to clipboard
TS .d file
Hi @RIAEvangelist @MaybeRex, do you guys have a roadmap to support typescript?
This is a JS module, it will work in type script perfectly well.
What is the issue you are having?
It should work, because typescript is just javascript with typings. However, it's better to have type definition for this package :D
Care to contribute a .d file? Will serve as a template for all of our other modules as well.
I've just been leaving it upto ts users to add their own .d file because the TS docs are pretty bad about explaining how to make one.