This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ShariX
/
converse-built
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
52598211da
Rami (Branch)
Tag
master
unstable
converse-built
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.js.flow
PromiseOrValue.js.flow
65 B
Cronologia
Originale
1
2
// @flow strict
export type PromiseOrValue<+T> = Promise<T> | T;