Logo
Explore Help
Register Sign In
Mediusa/wise-hearted-decor
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
wise-hearted-decor/node_modules/is-arrayish
T
History
Mediusa 550b4d50cf feat(wise-hearted-decor): initial luxury event decor website build with 5 pillars, portfolio, and booking funnel
2026-08-29 16:58:53 -07:00
..
index.js
feat(wise-hearted-decor): initial luxury event decor website build with 5 pillars, portfolio, and booking funnel
2026-08-29 16:58:53 -07:00
LICENSE
feat(wise-hearted-decor): initial luxury event decor website build with 5 pillars, portfolio, and booking funnel
2026-08-29 16:58:53 -07:00
package.json
feat(wise-hearted-decor): initial luxury event decor website build with 5 pillars, portfolio, and booking funnel
2026-08-29 16:58:53 -07:00
README.md
feat(wise-hearted-decor): initial luxury event decor website build with 5 pillars, portfolio, and booking funnel
2026-08-29 16:58:53 -07:00

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.

Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.27.0 Page: 14ms Template: 2ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API