Preparing search index...
The search index is not available
utilium
utilium
UnionToIntersection
Type Alias UnionToIntersection<U>
UnionToIntersection
:
(
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