pub fn is_object_like_type(types: &dyn TypeDatabase, type_id: TypeId) -> boolExpand description
Check if a type is an object-like type (suitable for typeof “object”).
Returns true for: Object, ObjectWithIndex, Array, Tuple, Mapped, ReadonlyType (of object)