Skip to content

Documentation / base / UnionToIntersection

Type Alias: UnionToIntersection<U>

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

Defined in: libs/base/src/utils.ts:1114

Convert union type to intersection

Type Parameters

U

U

Released under the MIT License.