This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
pvvvm505
/
Modul
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
79c46dcb5d
Ranting
Tag
master
Modul
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.js.flow
PromiseOrValue.js.flow
65 B
Riwayat
Mentahan
1
2
// @flow strict
export type PromiseOrValue<+T> = Promise<T> | T;