is-arrayish
Advanced tools
Determines if an object can be used as an array
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.
Determines if an object can be used as an array
The npm package is-arrayish receives a total of 38,457,980 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. It has 1 open source maintainer collaborating on the project.