Preparing search index...
The search index is not available
Airship Core
Airship Core
UnionToIntersection
Type alias UnionToIntersection<T>
Union
To
Intersection
<
T
>
:
(
T
extends
object
?
(
(
k
)
=>
void
)
:
never
)
extends
(
(
k
)
=>
void
)
?
U
:
never
Converts a series of object unions to a series of intersections, e.g. A | B becomes A & B
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Airship Core
Loading...
Converts a series of object unions to a series of intersections, e.g. A | B becomes A & B