module.exports = truthCheckCollection = (collection, pre) => collection.every(obj => obj[pre]);