We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Checks is array is empty. 🏃 📼 📦 🌔 📒
Similar: index, indexRange, size, isEmpty.
array.isEmpty(x); // x: an array
const array = require('extra-array'); var x = [1, 2, 3]; array.isEmpty(x); // false var x = []; array.isEmpty(x); // true
There was an error while loading. Please reload this page.