import { SetUnion } from "../set"; /** * @since 0.0.2 */ export type KeyUnion = SetUnion; /** * @since 0.0.2 */ export type ObjectUnion = A & B; //# sourceMappingURL=union.d.ts.map