Type alias NonEmptyArr<T>

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

Utility type, represents a non empty array.

Type Parameters

  • T

Generated using TypeDoc