TypeScript Professional — Hard
Key points
- This code snippet specifically checks for an exact match with the `never` type.
- It does not convert never types to boolean or create a type guard for never.
- The use of `extends` in this context is crucial for the comparison.
Ready to go further?
Related questions
