mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Minor doc nit. [ci skip]
This commit is contained in:
@@ -301,8 +301,7 @@
|
||||
*
|
||||
* @private
|
||||
* @param {Array|Object} collection The collection to iterate over.
|
||||
* @param {number[]|string[]} [props] The property names or indexes of elements
|
||||
* to pick.
|
||||
* @param {number[]|string[]} [props] The property names or indexes of elements to pick.
|
||||
* @returns {Array} Returns the new array of picked elements.
|
||||
*/
|
||||
function baseAt(collection, props) {
|
||||
|
||||
Reference in New Issue
Block a user