Preparing search index...
The search index is not available
@pleisto/active-support
@pleisto/active-support
TupleUnion
Type alias TupleUnion<U, R>
Tuple
Union
<
U
,
R
>
:
{
[
S
in
U
]
:
Exclude
<
U
,
S
>
extends
never
?
[
...
R
,
S
]
:
TupleUnion
<
Exclude
<
U
,
S
>
,
[
...
R
,
S
]
>
}
[
U
]
&
string
[]
Type Parameters
U
extends
string
R
extends
string
[]
=
[
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...