@metreeca/type - v0.1.1
GitHub
Preparing search index...
Intersection
Type Alias Intersection<U>
Intersection
:
(
U
extends
unknown
?
(
x
:
U
)
=>
void
:
never
)
extends
(
x
:
infer
I
,
)
=>
void
?
I
:
unknown
The intersection of all types in a union.
Type Parameters
U
The union type
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
@metreeca/type - v0.1.1
Loading...
The intersection of all types in a union.