const none = (arr, fn = Boolean) => !arr.some(fn); module.exports = none;