augment-vir - v31.13.0
    Preparing search index...

    Type Alias Tuple<Element, Length>

    Tuple: Length extends Length
        ? number extends Length ? Element[] : _TupleOf<Element, Length, []>
        : never

    A tuple with entries of type Element and length of Length.

    Type Parameters

    • Element
    • Length extends number