1 Star 0 Fork 0

Sunny / type-challenges

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.ko.md 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
陈海龙 提交于 2022-07-07 10:30 . fix: typo (#12750)

Awaited 쉬움 #promise #built-in

by Maciej Sikora @maciejsikora

도전하기    English 简体中文 日本語

Promise와 같은 타입에 감싸인 타입이 있을 때, 안에 감싸인 타입이 무엇인지 어떻게 알 수 있을까요?

예시: 들어 Promise<ExampleType>이 있을 때, ExampleType을 어떻게 얻을 수 있을까요?

type ExampleType = Promise<string>

type Result = MyAwaited<ExampleType> // string

출처: original article by @maciejsikora


돌아가기 정답 공유하기 정답 보기
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ztes/type-challenges.git
git@gitee.com:ztes/type-challenges.git
ztes
type-challenges
type-challenges
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891