Type alias NonEmptyArray<T>Category

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

An array with at least 1 element.

Array

Type Parameters

  • T