Type Alias NonEmptyArray<T>

NonEmptyArray: [T, ...T[]]

An array with at least 1 element.

Array

Type Parameters

  • T