Check if type is never.
never
const isNever: IsNever<never> = true Copy
const isNever: IsNever<never> = true
Check if type is
never
.