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