/ archiveofbelonging.org / back / node_modules / is-arrayish /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE7 years ago1.1K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
[TXT]README.md7 years ago704 f12eb36 documentaiton updates [كارل مبارك]
[   ]index.js7 years ago318  
[   ]package.json2 years ago2.0K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
[   ]yarn-error.log7 years ago 50K 
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