is-arrayish
Advanced tools
Weekly downloads
Readme
Determines if an object can be used like an Array
var isArrayish = require('is-arrayish');
isArrayish([]); // true
isArrayish({__proto__: []}); // true
isArrayish({}); // false
isArrayish({length:10}); // false
Licensed under the MIT License. You can find a copy of it in LICENSE.
FAQs
Determines if an object can be used as an array
The npm package is-arrayish receives a total of 41,454,659 weekly downloads. As such, is-arrayish popularity was classified as popular.
We found that is-arrayish demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.