UNPKG

pure-conditions

Version:
5 lines (4 loc) 77 B
function isEmptySet (set) { return !set.size } module.exports = isEmptySet