Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
UnionToTuple
Type alias UnionToTuple<T, Tuple>
Union
To
Tuple
<
T
,
Tuple
>
:
[
T
]
extends
[
never
]
?
Tuple
:
UnionToTuple
<
Exclude
<
T
,
GetUnionLast
<
T
>
>
,
[
GetUnionLast
<
T
>
,
...
Tuple
]
>
Type Parameters
T
Tuple
extends
unknown
[]
=
[
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc