このサイトはJavaScriptを使用しています
ホーム
エクスプローラ
Yoda
Portal
Forum
ヘルプ
サインイン
jpsp91
/
ZipTeamPurple-FrontEnd
ウォッチ
1
お気に入りに登録
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Front end of the Slack clone application.
10
コミット
5
ブランチ
ツリー:
0c836bacfc
dev
easypeasy
jp
master
nmaidanos
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'0c836bacfc' から
${ noResults }
ZipTeamPurple-FrontEnd
/
node_modules
/
rxjs
/
util
/
isPromise.d.ts
isPromise.d.ts
84B
履歴
Raw形式
1
2
export declare function isPromise<T>(value: any | Promise<T>): value is Promise<T>;