Type alias ArrayWithMinOneOrTwoElementsT<T>Internal

ArrayWithMinOneOrTwoElementsT<T>: [T, ...T[]] | [T, T, ...T[]]

The type of array with minimum one or two elements

Type Parameters

  • T

    The type of elements.

Generated using TypeDoc