This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Description
Hey everyone,
I've been contemplating in rewriting Q into Typescript so that the project has better type declarations directly from the source, as well as the goodness of types while coding and the safety of compiling our code to the lower common denominator.
I've been successfully using Typescript for a year now with great success in multiple projects and it's been a pleasure to code with as it catches errors sooner. I'd like to do the same for this project as the current typings on @types/q aren't great and would like it to be more compatible/interchangeable with js promises since it would help me with certain projects.
What are the thoughts of the contributors? I would hate to take on this endeavor but don't want to waste time doing so if it's never going to be merged to master.
Cheers.