index
:
pluralconnect
mane
Plural Connect - Formerly Ponycule, a central hub for interconnecting services with PluralKit
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
school
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.d.ts
blob: 6b2517ee625090a0a44a31e1fc12736a932f93e2 (
plain
)
1
export
type
PromiseOrValue
<
T
>
=
Promise
<
T
>
|
T
;