// Error: Type 'number' is not assignable to type 'never'.// Error: Type 'number' is not assignable to type 'never'.
let notString: never = "";
// ~~~~~~~~~// ~~~~~~~~~
// Error: Type 'string' is not assignable to type 'never'.// Error: Type 'string' is not assignable to type 'never'.
대부분의 타입스크립트 프로젝트는
never
타입을 거의 사용하지 않지만 코드에서 불가능한 상
태를 나타내기 위해 가끔 등장합니다. 하지만 대부분 교차 타입을 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.