Collapses 1 layer of nested array, iterable, async iterable, or async-collection types into their element type.
If TValue is an Array, ArrayLike, Iterable, AsyncIterable, or IAsyncCollection, the result is
the inner item type. Otherwise TValue is returned as-is.
Collapses 1 layer of nested array, iterable, async iterable, or async-collection types into their element type. If
TValueis anArray,ArrayLike,Iterable,AsyncIterable, orIAsyncCollection, the result is the inner item type. OtherwiseTValueis returned as-is.