-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Provide flow typings #640
Comments
@mweststrate I need it in my project. I can do it the next time. |
Awesome, looking forward! |
@A-gambit check this: https://github.com/joarwilk/typedef-converter. Might be useful! |
@mweststrate thank you. I have started writing types locally, but I had a problem with function arguments. For example: https://github.com/mobxjs/mobx/blob/master/src/api/observe.ts#L12-L17. I think this library will be useful, thank you. |
Already done in MobX3! |
MobX ships with typescript typings. However, flow people are regularly asking for these typings as well. It would be nice to add these typings as well.
Some questions:
PR's are welcome!
The text was updated successfully, but these errors were encountered: