@@ -18,9 +18,6 @@ var baseAt = require('./_baseAt'),
*
* _.at(object, ['a[0].b.c', 'a[1]']);
* // => [3, 4]
*
* _.at(['a', 'b', 'c'], 0, 2);
* // => ['a', 'c']
*/
varat=rest(function(object,paths){
returnbaseAt(object,baseFlatten(paths,1));
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.