Preparing search index...
The search index is not available
utilium
utilium
UnionToIntersection
Type Alias UnionToIntersection<U>
Union
To
Intersection
<
U
>
:
(
U
extends
any
?
(
(
k
:
U
)
=>
void
)
:
never
)
extends
(
(
k
:
infer
I
)
=>
void
)
?
I
:
never
Converts a union to an intersection
Type Parameters
U
See
https://stackoverflow.com/a/55128956/17637456
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
utilium
Loading...
Converts a union to an intersection