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