▲xguru 2021-10-19 | parent | ★ favorite | on: TypeScript를 배울 때 알았으면 좋을 트릭들(cstrnt.dev)HN 댓글에 추가로 나온 것들 https://news.ycombinator.com/item?id=28837181 - Utility Type 에 대해 알기 ㅤ→ https://www.typescriptlang.org/docs/handbook/utility-types.html ㅤ→ 한국어 https://typescript-kr.github.io/pages/utility-types.html - 함수에서 Sometype|undefined 대신 Sometype|null 리턴하기 - Indexed Access Types https://typescriptlang.org/docs/handbook/…
HN 댓글에 추가로 나온 것들 https://news.ycombinator.com/item?id=28837181
- Utility Type 에 대해 알기
ㅤ→ https://www.typescriptlang.org/docs/handbook/utility-types.html
ㅤ→ 한국어 https://typescript-kr.github.io/pages/utility-types.html
- 함수에서 Sometype|undefined 대신 Sometype|null 리턴하기
- Indexed Access Types https://typescriptlang.org/docs/handbook/…