rOACCT/node_modules/is-arrayish5d92ed19fb80dev
rOACCT/node_modules/is-arrayish
5d92ed19fb80dev
README.md
README.md
node-is-arrayish  
Determines if an object can be used like an Array
Example
javascript 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](LICENSE).
c4science · Help