Add any, anyBy, all, allBy, none, noneBy
This commit is contained in:
2
test/anyBy/anyBy.js
Normal file
2
test/anyBy/anyBy.js
Normal file
@ -0,0 +1,2 @@
|
||||
const anyBy = (arr, fn) => arr.some(fn);
|
||||
module.exports = anyBy;
|
||||
Reference in New Issue
Block a user