-
Notifications
You must be signed in to change notification settings - Fork 16
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
Types #50
Comments
@basil79 is this something planned for the near future? My IDE complains about their absence in Typescript projects |
@rafa8626 , use it as an npm package, I don't see the point in rewriting it to ts, if any additions or changes are needed, let me know. It is used by many leading players for non-GAM tags and provides good ad performance, up to 30% higher than IMA SDK |
@basil79 I don’t necessarily say to rewrite it, but definitely add types; if you have any tips on how to use this in a Typescript project so the IDE doesn’t complain let me know. |
@rafa8626 , regarding VAST 4.+ VAST 4.0 Samples: Types - I will check... |
@rafa8626 , if you receive warnings about -> 'this' implicitly has type 'any' because it does not have a type annotation. |
@basil79 the error comes when I implement the library inside my project |
@rafa8626, do you have |
@basil79 ok that did the trick. Thanks |
@rafa8626 , in my free time I will try to generate the definition file -> .d.ts |
Add types support.
Read https://www.typescriptlang.org/docs/handbook/declaration-files/templates/module-d-ts.html
I might be able to contribute with that with that when I have time. because this package is really useful
The text was updated successfully, but these errors were encountered: