Type Alias MaybeTuple<T>

MaybeTuple<T>: T | AtLeastTuple<T, 1>

Either a tuple of T with length at least 1 or just T itself.

Type Parameters

  • T