Skip to content

XOR

XOR<T, U> = T | U extends object ? Without<T, U> & U | Without<U, T> & T : T | U

Defined in: src/@types/common.ts:21

T

U