Algorand TypeScript
Preparing search index...
index
<internal>
_TupleOf
Type Alias _TupleOf<T, N, R>
_TupleOf
:
R
[
"length"
]
extends
N
?
R
:
_TupleOf
<
T
,
N
,
readonly
[
T
,
...
R
]
>
Type Parameters
T
N
extends
number
R
extends
readonly
unknown
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Algorand TypeScript
Loading...