-
Notifications
You must be signed in to change notification settings - Fork 103
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
Not so much an issue but a question. #354
Comments
:( I'm so sad seeing TS poor support. There is a great effort by @PopGoesTheWza to rewrite |
@KookiKodes Besides what @PopGoesTheWza is working on, this project (stampit) does have a @types/stampit package available that will bring some useful types into play. Something like this worked for me... note that it's from memory... I didn't compile or run it:
@koresar I'll take a look at stampit-org/stamp#78 to get up to speed. |
I did notice the @types/stampit package and greatly appreciate the project as a whole. I will definitely try around to see if I can get the statics portion working. Thank you both for the quick replies :) ! I'll keep you updated! |
I need about a couple full days to complete the current PR for |
How do you use typescript with these composable functions, like how should I compose the interface so that I can get proper static types. IE
stamp<SomeInterface>({})
Thank you ahead of time :) ! I ask this because anytime I use Stamp.somestaticproperty. I get an error stating that the property does not exist.The text was updated successfully, but these errors were encountered: