import { Exclude } from "."; /** * gets the symmetric difference of union types A and B (i.e. the "XOR" of the two types) * * @since 0.0.2 */ export type SymmetricDifference = Exclude; //# sourceMappingURL=symmetric-difference.d.ts.map