/ live.thehmm.nl / back / node_modules / is-arrayish /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE9 years ago1.1K 
[TXT]README.md9 years ago704 d7c1522 post receive test [كارل مبارك]
[   ]index.js9 years ago204  
[   ]package.json2 years ago1.7K 
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.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80