Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 이펙티브 타입스크립트
- typeorm
- nestjs
- 해커톤
- 백엔드
- TypeScript 타입챌린지
- 타입스크립트
- npm
- 2024년 회고록
- 코딩테스트
- 스터디
- 회고
- 타입챌린지
- 월간cs
- Type Challenge
- network
- microsoft azure openai
- mysql
- node.js
- configmodule
- configservice
- 굿바이 2024년
- 와글와글
- type-safe configservice
- 회고록
- typescript type challenge
- TypeScript
- HTTP
- mysql boolean
- 타입 챌린지
Archives
- Today
- Total
목록189-Awaited (1)
iamkanguk.dev

문제 https://github.com/iamkanguk97/type-challenges/blob/main/questions/00189-easy-awaited/README.md 풀이 type MyAwaited = T extends PromiseLike ? R extends PromiseLike ? MyAwaited : R : never; /* _____________ 테스트 케이스 _____________ */ import type { Equal, Expect } from '@type-challenges/utils' type X = Promise type Y = Promise type Z = Promise type Z1 = Promise type T = { then: (onfulfilled: (arg: ..
Type Challenge
2024. 3. 18. 14:46