UNPKG

@extra-array/is-empty

Version:
5 lines (4 loc) 82 B
function isEmpty(x) { return x.length === 0; } export { isEmpty as default };