UNPKG

pure-conditions

Version:
5 lines (4 loc) 87 B
function isEmptyArray (array) { return !array.length } module.exports = isEmptyArray