Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Type Definitions #1831

Open
jpike88 opened this issue Apr 22, 2022 · 4 comments
Open

Add Type Definitions #1831

jpike88 opened this issue Apr 22, 2022 · 4 comments

Comments

@jpike88
Copy link

jpike88 commented Apr 22, 2022

See title.

@types/async definitions are way out of date, would be better for everyone if you guys integrated them into your main project

@Troublor
Copy link

Troublor commented Jun 2, 2022

Agree, it's annoying when encounter outdated type definitions.

@justarandomgeek
Copy link

Indeed, it fairly effectively prevents any reasonable usage of newer features from TypeScript...

@aearly
Copy link
Collaborator

aearly commented Dec 2, 2023

I've considered a re-write in TS (or at least adding Typedoc comments to everything and generating a .d.ts automatically). It would be a lot of work though.

@mnpenner
Copy link

mnpenner commented Dec 3, 2023

Fwiw there are tools to convert JS to TS. It'll add "any" to any types it's not sure about but it's a bit quicker than doing by hand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants