@@ -21,7 +21,7 @@ var baseUnset = require('./_baseUnset');
* console.log(object);
* // => { 'a': [{ 'b': {} }] };
*
* _.unset(object, 'a[0].b.c');
* _.unset(object, ['a', '0', 'b', 'c']);
* // => true
*
* console.log(object);
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.