We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701872f commit 72b3a85Copy full SHA for 72b3a85
index.js.flow
@@ -0,0 +1,7 @@
1
+declare module 'use-async-effect' {
2
+ declare module.exports: <V>(
3
+ effect: () => Promise<V>,
4
+ destroy?: ?(result?: V) => void,
5
+ inputs?: any[]
6
+ ) => void;
7
+}
0 commit comments