This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
Emmanuil
/
module_chat.js
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
73a9f0ffcf
ブランチ
タグ
master
module_chat.js
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.js.flow
PromiseOrValue.js.flow
66 B
履歴
Raw
1
2
3
// @flow strict
export type PromiseOrValue<+T> = Promise<T> | T;