node-is-arrayish

Determines if an object can be used like an Array
Example
var isArrayish = require('is-arrayish');
isArrayish([]);
isArrayish({__proto__: []});
isArrayish({});
isArrayish({length:10});
License
Licensed under the MIT License.
You can find a copy of it in LICENSE.