getAnyType
Gets the intrinsic any
type. There are multiple types that act as any
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 any
. Instead, use type.flags & TypeFlags.Any
.