-
Notifications
You must be signed in to change notification settings - Fork 210
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 definitions #61
Comments
hello @gorillatron, you are talking about "compiling" this project in typescript? currently no one in this team uses typescript, so it's not in the close time, but we could consider it depending in the complexity to do it, what do you think @mljs/collaborators? |
You dont have to necessarily rewrite your source code to Typescript. Typescript hase something called Ambient Declarations. They can live in a separate repo, and added to to @types registry. But it does add maintenance cost and complexity. |
Typescript definitions would be great! |
+1 on this! This would add a lot of value. |
Is typescript definitions something you plan on creating for these packages?
The text was updated successfully, but these errors were encountered: