How to solve the required module not found error in flow.js
I love typescript. But after I gave flow a try, it really makes things easier in terms of react
related thing. It could handle the redux immutable check and easy to start. But one problem is that sometimes you just can’t find type definition for the 3rd party libs as oppose to typescript, which is already widely adopted nowadays. So, how to solve it?