import { t as CastToString } from "./CastToString-Dm1m4Kgs.js"; import { t as KeysOfUnion } from "./KeysOfUnion-CRGM1li-.js"; import { Get, UnionToIntersection } from "type-fest"; //#region src/types/PropertyValueOfUnion.d.ts /** * Similar to `T[K]`, but gets the value of all the types in a union. */ type PropertyValueOfUnion> = Get, K & string>; //#endregion //#region src/functions/_internal/filterObject/createObjectPredicate.d.ts type ObjectPredicate = (value: Exclude>, undefined>, key: CastToString>, object: T) => boolean; //#endregion export { PropertyValueOfUnion as n, ObjectPredicate as t }; //# sourceMappingURL=createObjectPredicate-BP5NLXCL.d.ts.map