mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Bump to v4.4.0.
This commit is contained in:
@@ -30,7 +30,7 @@ import rest from './rest';
|
||||
* // => [10, 20]
|
||||
*/
|
||||
var pullAt = rest(function(array, indexes) {
|
||||
indexes = arrayMap(baseFlatten(indexes), String);
|
||||
indexes = arrayMap(baseFlatten(indexes, 1), String);
|
||||
|
||||
var result = baseAt(array, indexes);
|
||||
basePullAt(array, indexes.sort(compareAscending));
|
||||
|
||||
Reference in New Issue
Block a user