react-native-zip-archive icon indicating copy to clipboard operation
react-native-zip-archive copied to clipboard

Feature Request: basic flowjs type support

Open toblerpwn opened this issue 6 years ago • 1 comments

I'm getting flow errors when calling zip() and unzip() and expecting/asserting a Promise<*> type as the return value. currently it looks like the library specifies any as the return type (i.e. no types returned in this case).

toblerpwn avatar Feb 20 '19 01:02 toblerpwn

Sure, would have some time to improve this. You're also welcome to fire a PR to help this out.

plrthink avatar Feb 21 '19 03:02 plrthink