@@ -37,6 +37,6 @@ import findIndex from './findIndex.js';
* _.find(users, 'active');
* // => object for 'barney'
*/
varfind=createFind(findIndex);
constfind=createFind(findIndex);
exportdefaultfind;
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.