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