@@ -20,7 +20,7 @@ import identity from './identity.js';
* _.invert(object);
* // => { '1': 'c', '2': 'b' }
*/
varinvert=createInverter((result,value,key)=>{
constinvert=createInverter((result,value,key)=>{
result[value]=key;
},constant(identity));
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.