Type Alias LoopValues<Tinput, Toptions>

LoopValues<Tinput, Toptions>: LoopKeysOrValues<Tinput, Toptions, false>

Get the loop items (a.k.a values), depending on the input value type and options The legwork is done in LoopKeysOrValues<>, this is just a wrapper.

Type Parameters