Type alias TwoAtLeastArray<T>

TwoAtLeastArray<T>: [T, T, ...T[]]

Declares an array of at least two elements of the specified type.

Type Parameters

  • T