getNeverType
Gets the intrinsic never
type. There are multiple types that act as never
used internally in the compiler, so the type returned by this function should not be used in equality checks to determine if another type is never
. Instead, use type.flags & TypeFlags.Never
.