Type Alias Tupleable<T>

Tupleable<T>: readonly [T, T, ...T[]]

A readonly array containing at least two elements

Type Parameters

  • T