Skip to content

xdash API Reference v0.5.14


xdash API Reference / UnionToIntersection

Type Alias: UnionToIntersection<U>

UnionToIntersection<U> = U extends any ? (k) => void : never extends (k) => void ? I : never

Defined in: src/types.ts:70

Type Parameters

U

U

Released under the MIT License.