@@ -20,7 +20,7 @@ import findIndex from './findIndex.js';
* { 'user': 'pebbles', 'age': 1, 'active': true }
* ];
*
* find(users, o => o.age < 40);
* find(users, ({ age }) => age < 40);
* // => object for 'barney'
*/
constfind=createFind(findIndex);
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.