This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Emmanuil
/
module_chat.js
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
c2e0590820
Branches
Tags
master
module_chat.js
/
server
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.js.flow
PromiseOrValue.js.flow
66 B
Historique
Raw
1
2
3
// @flow strict
export type PromiseOrValue<+T> = Promise<T> | T;