xdashReadme | API


xdash / ExclusiveOr

Type alias: ExclusiveOr<T, U>

ExclusiveOr<T, U>: T & ExcludeProperties<U, T> | U & ExcludeProperties<T, U>

Type parameters

T

U

Source

types.ts:79