Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 1.36 KB

File metadata and controls

8 lines (4 loc) · 1.36 KB

Awaited easy #promise

by Maciej Sikora @maciejsikora

Take the Challenge

If we have a type which is wrapped type like Promise. How we can get a type which is inside the wrapped type? For example if we have Promise how to get ExampleType?

This question is ported from the original article by @maciejsikora


Back Share your Solutions Check out Solutions