Type Alias NonEmptyListCompliant<T>

NonEmptyListCompliant: T[] & { "0": T }

Type Parameters

  • T