_TupleOf
Algorand TypeScript / index / <internal> / _TupleOf
_TupleOf<
T,N,R> =R["length"] extendsN?R:_TupleOf<T,N, readonly [T,...R]>
Defined in: primitives.ts:366
Type Parameters
Section titled “Type Parameters”T
N extends number
R extends readonly unknown[]