The object to iterate over.
Rest
...props: PropertyPath[]The property names or indexes of elements to pick, specified individually or in arrays.
Returns the new array of picked elements.
_.at
Rest
...props: Many<keyof T>[]Generated using TypeDoc
Creates an array of elements corresponding to the given keys, or indexes, of collection. Keys may be specified as individual arguments or as arrays of keys.