Algorand TypeScript
    Preparing search index...

    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[]