/** * Type matching the elements in object/array */ export type ValueOf | Array> = T[number]; //# sourceMappingURL=value-of.d.ts.map