Skip to content

xdash API Reference v0.5.14


xdash API Reference / ExclusiveOr

Type Alias: ExclusiveOr<T, U>

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

Defined in: src/types.ts:79

Type Parameters

T

T

U

U

Released under the MIT License.