Slides / VideoBeginner
The never Type in TypeScript
The never type represents values that never occur — functions that never return or code paths that can't happen.
1 / 6
The never type represents values that never occur — functions that never return or code paths that can't happen.