PHP 8.2.30
Preview: README.md Size: 704 B
/home/byroehnu/.trash/node_modules11/is-arrayish/README.md

# node-is-arrayish [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-is-arrayish.svg?style=flat-square)](https://travis-ci.org/Qix-/node-is-arrayish) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-is-arrayish.svg?style=flat-square)](https://coveralls.io/r/Qix-/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](http://opensource.org/licenses/MIT).
You can find a copy of it in [LICENSE](LICENSE).

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
264 B lrw-r--r-- 2026-02-28 00:27:30
Edit Download
59 B lrw-r--r-- 2026-02-28 00:27:22
Edit Download
52 B lrw-r--r-- 2026-02-28 00:26:42
Edit Download
988 B lrw-r--r-- 2026-02-28 00:27:34
Edit Download
204 B lrw-r--r-- 2026-02-28 00:27:12
Edit Download
1.05 KB lrw-r--r-- 2026-02-28 00:27:02
Edit Download
705 B lrw-r--r-- 2026-02-28 00:26:32
Edit Download
704 B lrw-r--r-- 2026-02-28 00:26:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).