Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 2.09 KB

File metadata and controls

15 lines (9 loc) · 2.09 KB

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


돌아가기 정답 공유하기 정답 보기