@metreeca/blue - v0.9.1
GitHub
Preparing search index...
resource
Intersection
Type Alias Intersection<U>
Intersection
:
(
U
extends
unknown
?
(
x
:
U
)
=>
void
:
never
)
extends
(
x
:
infer
I
,
)
=>
void
?
I
:
never
Converts a union type to an intersection type.
Type Parameters
U
extends
Value
The union type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@metreeca/blue - v0.9.1
Loading...
Converts a union type to an intersection type.