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