The IKeysOptions to be used for extracting the values.
See
KeysOrValues which is the main type utility 'function' that does the work.
Returns
the InsideValues (i.e Nested Values for IsNestingObject) and/or PropsValues of the Tinput, based on the KeysOptions passed (not as an Array, but a plain type).
Returns either or both A) the
InsideValues
(i.e Nested Values) along with B) PropsValues of the Tinput, based on theKeysOptions
passed.Follows closely the
values()
function, within the limitations of JS/TS ;-)