Flow / flowtype - how to extend a declared module -
in react native
app assigning custom method console
e.g. console.foo = () => {}
. console module type defined here. error: property not found in object type
. how can extend & declare console
module custom method type?
Comments
Post a Comment