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/…