summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.js.flow
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.js.flow')
-rw-r--r--includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.js.flow2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.js.flow b/includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.js.flow
deleted file mode 100644
index dc8df50..0000000
--- a/includes/external/school/node_modules/graphql/jsutils/PromiseOrValue.js.flow
+++ /dev/null
@@ -1,2 +0,0 @@
-// @flow strict
-export type PromiseOrValue<+T> = Promise<T> | T;