Learn about the never type in TypeScript and its usage in error handling. Understand the misconceptions around the never type and discover how to correctly handle errors using discriminated unions.
Table of contents
never and errors. #What happened to never ? #How to correctly use never for error handling #Error types. #Conclusion #Sort: