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