Preparing search index...
The search index is not available
ts.data.json - v3.1.0
ts.data.json
decoders
UnionToIntersection
Type Alias UnionToIntersection<U>
UnionToIntersection
:
(
U
extends
any
?
(
x
:
U
)
=>
any
:
never
)
extends
(
x
:
infer
I
,
)
=>
any
?
I
:
never
Union to intersection inference.
Type Parameters
U
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
ts.data.json - v3.1.0
Loading...
Union to intersection inference.