#typescript-patterns

[ follow ]
from2ality
3 months ago

The bottom type `never` in TypeScript

The 'never' type in TypeScript represents values that never occur and has applications in filtering types, enforcing exhaustiveness checks, and forbidding properties.
Node JS
[ Load more ]