Type Alias GenOrData<V>

GenOrData<V>: V[] | Gen<V>

Some kind of (async) generator or an array of data of type V

Type Parameters

  • V