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