flowtype - How to represent a common Object type in Flow? -


var obj: object; seems work, couldn't find syntax in docs. or should see class type object?

ps: common object type, mean value of type should satisfy:

value && typeof value === 'object' 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -