-
Notifications
You must be signed in to change notification settings - Fork 274
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 usage #83
Comments
Thanks for your answer. |
Please download the latest version of proton and try |
Still doesn't help (using 5.3.2). Looks like the types are incorrect/don't match optional or polymorphic paramters: For example, the
Same goes for many different functions/constructors/etc Are the types generated or hand crafted? |
sorry, most of d.ts file content is generated by dts-gen, only a few part is written by hand, we appreciate it if you can help us to improve this d.ts file。 |
Hi there,
First thanks for this great lib !
I've used it some years ago in pure JS with success. Now I'm trying to use it in a typescript project with no luck.
I've just installed it with npm and tried to run the example but I'm getting lots of errors like if the types were not in sync or so.
What am I missing ?
Thanks,
Julien
The text was updated successfully, but these errors were encountered: