ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = truthCheckCollection = (collection, pre) => collection.every(obj => obj[pre]);
|
||||
const truthCheckCollection = (collection, pre) => collection.every(obj => obj[pre]);
|
||||
module.exports = truthCheckCollection
|
||||
Reference in New Issue
Block a user