This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pvvvm505
/
Modul
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
79c46dcb5d
Rami (Branch)
Tag
master
Modul
/
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;