-
Notifications
You must be signed in to change notification settings - Fork 141
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
TypeScript support #123
Comments
Good suggestion @kmturley . A PR would be even more welcome if you feel like you want to contribute. :) |
Any updates on this? I can submit a PR if you like. I can also port this for Deno if you like. Porting might take sometimes but for the TS, I can finish it this week |
@yakesho a PR would be great, thank you! :) |
@chrean The project seems to use old JavaScript syntax. Mind if I change it and use ES6 syntax? (e.g. |
That's quite a task but much appreciated if you like to contribute! |
One more thing, |
Switching to |
i have just updated EDIT: merged now |
According to GitHut, TypeScript is now the #5th most popular language on github:
https://madnight.github.io/githut/#/pull_requests/2020/3
Can you either add types directly to the package or update documentation on how to do it manually?
tsconfig.json
index.ts
You'll save every developer 10 minutes :)
The text was updated successfully, but these errors were encountered: