const all = arr => arr.every(Boolean); module.exports = all;