https://stackoverflow.com/questions/37910669/what-is-the-difference-between-never-and-void-in-typescript
function expression 과 function declaration 에서 void 와 never의 차이
https://stackoverflow.com/questions/40251524/typescript-never-type-inference
never를 이용한 타입 안정성 예시
https://basarat.gitbooks.io/typescript/docs/types/discriminated-unions.html
'Typescript' 카테고리의 다른 글
extends 연산 우선 순위 (0) | 2019.06.19 |
---|---|
타입이 지속되지 않는 문제 (0) | 2019.05.16 |
typescript 2.7.2 에서 사용할 수 없는 것들 (0) | 2019.05.07 |
JSX에서 arrow function(화살표 함수)에 제네릭 사용하기 (0) | 2019.03.09 |
"Types_have_separate_declarations_of_a_private_property_0_2442": "형식에 별도의 전용 속성 '{0}' 선언이 있습니다.", (0) | 2018.07.11 |