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