@@ -10,7 +10,7 @@ import basePick from './.internal/basePick.js';
* @returns {Object} Returns the new object.
* @example
*
* var object = { 'a': 1, 'b': '2', 'c': 3 };
* const object = { 'a': 1, 'b': '2', 'c': 3 };
*
* pick(object, ['a', 'c']);
* // => { 'a': 1, 'c': 3 }
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.