@@ -19,11 +19,11 @@ import createAssigner from './.internal/createAssigner.js';
* @returns {Object} Returns `object`.
* @example
*
* var object = {
* const object = {
* 'a': [{ 'b': 2 }, { 'd': 4 }]
* };
*
* var other = {
* const other = {
* 'a': [{ 'c': 3 }, { 'e': 5 }]
* };
*
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.