/** * gets the set union of union types `A` and `B` * * @since 0.0.2 */ export type SetUnion = A | B; //# sourceMappingURL=union.d.ts.map