Type Alias LoopKeys<Tinput, Toptions>

LoopKeys<Tinput, Toptions>: LoopKeysOrValues<Tinput, Toptions>

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

Type Parameters