import { ObjectValsToUnion } from './ObjectValsToUnion'; import { Matches } from '../type/Matches'; /** * Check whether a heterogeneous object type contains a given type among its elements. */ export type ObjectHasElem = Matches>;