mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 14:18:37 +00:00
Added a check for a debug flag so that we can checkout and run actions during release
node-is-arrayish

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