Sign in
apache
/
airflow-JamesIves-github-pages-deploy-action
/
e45a9df141a41608e93a4240c430861d897a989b
/
.
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.js.flow
blob: 2d37412289e06ff01a34ed74245e476588656674 [
file
] [
log
] [
blame
]
// @flow strict
export
type
PromiseOrValue
<+
T
>
=
Promise
<
T
>
|
T
;