UNPKG

pure-conditions

Version:
5 lines (4 loc) 82 B
function haveMany (value) { return value.length > 1 } module.exports = haveMany