1 line
95 B
JavaScript
1 line
95 B
JavaScript
module.exports = truthCheckCollection = (collection, pre) => collection.every(obj => obj[pre]); |