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
/
alarm
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.js.flow
blob: dc8df5000a9f4b36a3b94a72a5ea6f3e02b9e23c (
plain
)
1
2
// @flow strict export type PromiseOrValue<+T> = Promise<T> | T;