APPLE 323c2f1633 wesmiler 点什么广告 3 سال پیش
..
.editorconfig 323c2f1633 wesmiler 点什么广告 3 سال پیش
.istanbul.yml 323c2f1633 wesmiler 点什么广告 3 سال پیش
.npmignore 323c2f1633 wesmiler 点什么广告 3 سال پیش
.travis.yml 323c2f1633 wesmiler 点什么广告 3 سال پیش
LICENSE 323c2f1633 wesmiler 点什么广告 3 سال پیش
README.md 323c2f1633 wesmiler 点什么广告 3 سال پیش
index.js 323c2f1633 wesmiler 点什么广告 3 سال پیش
package.json 323c2f1633 wesmiler 点什么广告 3 سال پیش

README.md

node-is-arrayish Travis-CI.org Build Status Coveralls.io Coverage Rating

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.