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 5ec393e commit c2c01e7Copy full SHA for c2c01e7
src/jsutils/MaybePromise.js
@@ -7,4 +7,4 @@
7
* @flow strict
8
*/
9
10
-export type MaybePromise<T> = Promise<T> | T;
+export type MaybePromise<+T> = Promise<T> | T;
0 commit comments