Type Alias AtLeastTuple<Element, Length>

AtLeastTuple<Element, Length>: readonly [...Tuple<Element, Length>, ...Element[]]

Creates a tuple that is at least of length Length.

Type Parameters

  • Element
  • Length extends number