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